Html Css Color HEX #096CFC Dodger Blue

📋 copy color: '#096CFC'

red 9 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #096CFC

Tints of Dodger Blue #096CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 2.44%
G = 29.27%
B = 68.29%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#096CFC (or 0x096CFC) is known color: Dodger Blue. HEX triplet: 09, 6C and FC. RGB value is (9,108,252). Sum of RGB (Red+Green+Blue) = 9+108+252=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #096CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CFC is #F69303. Grayscale: #5E5E5E. Windows color (decimal): -16159492 or 16542729. OLE color: 16542729.

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

Color convert

RGB 9 108 252 -
CMYK 0.96 0.57 0 0.01
HSL 215.56º 0.98% 0.51% -
HSV(B) 215.56º 0.96% 0.99% -
XYZ 23.05 17.81 94.32 -
YUV 94.82 216.7 66.79 -
System Red Green Blue C M Y K H S L
Decimal 9 108 252 0.96 0.57 0 0.01 215.56 0.98 0.51
Hex 9 6C FC 60 39 0 1 D8 62 33
Octal 11 154 374 140 71 0 1 330 142 63
Binary 1001 1101100 11111100 1100000 111001 0 1 11011000 1100010 110011

Color Harmonies of #096CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CFC

Black with #096CFC

Text Example


Text Example

White with #096CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096CFC; }

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

 H1.HeaderClassName
 {
   color: #096CFC;
 }
 .AnyTagClassName
 {
   color: #096CFC;
 }
</style>

background-color css

<style>
 a { background-color: #096CFC; }

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

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

border-color css

<style>
 span { border-color: #096CFC; }

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

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