Html Css Color HEX #0098FF Dodger Blue

📋 copy color: '#0098FF'

red 0 ◦ green 152 ◦ blue 255

#0098FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0098FF

Tints of Dodger Blue #0098FF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 37.35%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 0%
G = 37.35%
B = 62.65%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0098FF (or 0x0098FF) is known color: Dodger Blue. HEX triplet: 00, 98 and FF. RGB value is (0,152,255). Sum of RGB (Red+Green+Blue) = 0+152+255=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #0098FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0098FF is #FF6700. Grayscale: #757575. Windows color (decimal): -16738049 or 16750592. OLE color: 16750592.

HSL color Cylindrical-coordinate representation of color #0098FF: hue angle of 204.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098FF is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 152 255 -
CMYK 1 0.40 0 0
HSL 204.24º 1% 0.5% -
HSV(B) 204.24º 1% 1% -
XYZ 29.28 29.68 98.79 -
YUV 118.29 205.14 43.62 -
System Red Green Blue C M Y K H S L
Decimal 0 152 255 1 0.40 0 0 204.24 1 0.5
Hex 0 98 FF 64 28 0 0 CC 64 32
Octal 0 230 377 144 50 0 0 314 144 62
Binary 0 10011000 11111111 1100100 101000 0 0 11001100 1100100 110010

Color Harmonies of #0098FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098FF

Black with #0098FF

Text Example


Text Example

White with #0098FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0098FF; }

 p { color: rgb(0,152,255); }

 H1.HeaderClassName
 {
   color: #0098FF;
 }
 .AnyTagClassName
 {
   color: #0098FF;
 }
</style>

background-color css

<style>
 a { background-color: #0098FF; }

 a { background-color: rgb(0,152,255); }

 div.DivClassName
 {
   background-color: #0098FF;
 }
 .BgClassName
 {
   background-color: #0098FF;
 }
</style>

border-color css

<style>
 span { border-color: #0098FF; }

 span { border-color: rgb(0,152,255); }

 td.TdClassName
 {
   border-color: #0098FF;
 }
 .TagClassName
 {
   border-color: #0098FF;
 }
</style>