Html Css Color HEX #096CFF Dodger Blue

📋 copy color: '#096CFF'

red 9 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #096CFF

Tints of Dodger Blue #096CFF

RGB

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

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

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

R = 2.42%
G = 29.03%
B = 68.55%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#096CFF (or 0x096CFF) is known color: Dodger Blue. HEX triplet: 09, 6C and FF. RGB value is (9,108,255). Sum of RGB (Red+Green+Blue) = 9+108+255=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #096CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CFF is #F69300. Grayscale: #5E5E5E. Windows color (decimal): -16159489 or 16739337. OLE color: 16739337.

HSL color Cylindrical-coordinate representation of color #096CFF: hue angle of 215.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CFF is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 108 255 -
CMYK 0.96 0.58 0 0
HSL 215.85º 1% 0.52% -
HSV(B) 215.85º 0.96% 1% -
XYZ 23.53 18 96.84 -
YUV 95.16 218.2 66.55 -
System Red Green Blue C M Y K H S L
Decimal 9 108 255 0.96 0.58 0 0 215.85 1 0.52
Hex 9 6C FF 60 3A 0 0 D8 64 34
Octal 11 154 377 140 72 0 0 330 144 64
Binary 1001 1101100 11111111 1100000 111010 0 0 11011000 1100100 110100

Color Harmonies of #096CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CFF

Black with #096CFF

Text Example


Text Example

White with #096CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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