Html Css Color HEX #096FFC Dodger Blue

📋 copy color: '#096FFC'

red 9 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #096FFC

Tints of Dodger Blue #096FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 2.42%
G = 29.84%
B = 67.74%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#096FFC (or 0x096FFC) is known color: Dodger Blue. HEX triplet: 09, 6F and FC. RGB value is (9,111,252). Sum of RGB (Red+Green+Blue) = 9+111+252=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #096FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFC is #F69003. Grayscale: #5F5F5F. Windows color (decimal): -16158724 or 16543497. OLE color: 16543497.

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

Color convert

RGB 9 111 252 -
CMYK 0.96 0.56 0 0.01
HSL 214.81º 0.98% 0.51% -
HSV(B) 214.81º 0.96% 0.99% -
XYZ 23.37 18.46 94.43 -
YUV 96.58 215.71 65.54 -
System Red Green Blue C M Y K H S L
Decimal 9 111 252 0.96 0.56 0 0.01 214.81 0.98 0.51
Hex 9 6F FC 60 38 0 1 D7 62 33
Octal 11 157 374 140 70 0 1 327 142 63
Binary 1001 1101111 11111100 1100000 111000 0 1 11010111 1100010 110011

Color Harmonies of #096FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FFC

Black with #096FFC

Text Example


Text Example

White with #096FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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