Html Css Color HEX #096CFD Dodger Blue

📋 copy color: '#096CFD'

red 9 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #096CFD

Tints of Dodger Blue #096CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 2.43%
G = 29.19%
B = 68.38%

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

#096CFD (or 0x096CFD) is known color: Dodger Blue. HEX triplet: 09, 6C and FD. RGB value is (9,108,253). Sum of RGB (Red+Green+Blue) = 9+108+253=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #096CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CFD is #F69302. Grayscale: #5E5E5E. Windows color (decimal): -16159491 or 16608265. OLE color: 16608265.

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

Color convert

RGB 9 108 253 -
CMYK 0.96 0.57 0 0.01
HSL 215.66º 0.98% 0.51% -
HSV(B) 215.66º 0.96% 0.99% -
XYZ 23.2 17.88 95.16 -
YUV 94.93 217.2 66.71 -
System Red Green Blue C M Y K H S L
Decimal 9 108 253 0.96 0.57 0 0.01 215.66 0.98 0.51
Hex 9 6C FD 60 39 0 1 D8 62 33
Octal 11 154 375 140 71 0 1 330 142 63
Binary 1001 1101100 11111101 1100000 111001 0 1 11011000 1100010 110011

Color Harmonies of #096CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CFD

Black with #096CFD

Text Example


Text Example

White with #096CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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