Html Css Color HEX #098EFC Dodger Blue

📋 copy color: '#098EFC'

red 9 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #098EFC

Tints of Dodger Blue #098EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

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

R = 2.23%
G = 35.24%
B = 62.53%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#098EFC (or 0x098EFC) is known color: Dodger Blue. HEX triplet: 09, 8E and FC. RGB value is (9,142,252). Sum of RGB (Red+Green+Blue) = 9+142+252=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #098EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EFC is #F67103. Grayscale: #727272. Windows color (decimal): -16150788 or 16551433. OLE color: 16551433.

HSL color Cylindrical-coordinate representation of color #098EFC: hue angle of 207.16º 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 #098EFC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 142 252 -
CMYK 0.96 0.44 0 0.01
HSL 207.16º 0.98% 0.51% -
HSV(B) 207.16º 0.96% 0.99% -
XYZ 27.36 26.43 95.76 -
YUV 114.77 205.44 52.56 -
System Red Green Blue C M Y K H S L
Decimal 9 142 252 0.96 0.44 0 0.01 207.16 0.98 0.51
Hex 9 8E FC 60 2C 0 1 CF 62 33
Octal 11 216 374 140 54 0 1 317 142 63
Binary 1001 10001110 11111100 1100000 101100 0 1 11001111 1100010 110011

Color Harmonies of #098EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EFC

Black with #098EFC

Text Example


Text Example

White with #098EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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