Html Css Color HEX #098AFC Dodger Blue

📋 copy color: '#098AFC'

red 9 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #098AFC

Tints of Dodger Blue #098AFC

RGB

 RED value IS 9 (3.91% from 255) = 2.26%

 GREEN value IS 138 (54.3% from 255) = 34.59%

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 2.26%
G = 34.59%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#098AFC (or 0x098AFC) is known color: Dodger Blue. HEX triplet: 09, 8A and FC. RGB value is (9,138,252). Sum of RGB (Red+Green+Blue) = 9+138+252=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #098AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AFC is #F67503. Grayscale: #6F6F6F. Windows color (decimal): -16151812 or 16550409. OLE color: 16550409.

HSL color Cylindrical-coordinate representation of color #098AFC: hue angle of 208.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098AFC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 138 252 -
CMYK 0.96 0.45 0 0.01
HSL 208.15º 0.98% 0.51% -
HSV(B) 208.15º 0.96% 0.99% -
XYZ 26.77 25.26 95.56 -
YUV 112.43 206.76 54.23 -
System Red Green Blue C M Y K H S L
Decimal 9 138 252 0.96 0.45 0 0.01 208.15 0.98 0.51
Hex 9 8A FC 60 2D 0 1 D0 62 33
Octal 11 212 374 140 55 0 1 320 142 63
Binary 1001 10001010 11111100 1100000 101101 0 1 11010000 1100010 110011

Color Harmonies of #098AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AFC

Black with #098AFC

Text Example


Text Example

White with #098AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098AFC; }

 p { color: rgb(9,138,252); }

 H1.HeaderClassName
 {
   color: #098AFC;
 }
 .AnyTagClassName
 {
   color: #098AFC;
 }
</style>

background-color css

<style>
 a { background-color: #098AFC; }

 a { background-color: rgb(9,138,252); }

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

border-color css

<style>
 span { border-color: #098AFC; }

 span { border-color: rgb(9,138,252); }

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