Html Css Color HEX #096EFB Dodger Blue

📋 copy color: '#096EFB'

red 9 ◦ green 110 ◦ blue 251

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

Shades of Dodger Blue #096EFB

Tints of Dodger Blue #096EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 251 (98.44% from 255) = 67.84%

R = 2.43%
G = 29.73%
B = 67.84%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#096EFB (or 0x096EFB) is known color: Dodger Blue. HEX triplet: 09, 6E and FB. RGB value is (9,110,251). Sum of RGB (Red+Green+Blue) = 9+110+251=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #096EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EFB is #F69104. Grayscale: #5F5F5F. Windows color (decimal): -16158981 or 16477705. OLE color: 16477705.

HSL color Cylindrical-coordinate representation of color #096EFB: hue angle of 214.96º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EFB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 110 251 -
CMYK 0.96 0.56 0 0.02
HSL 214.96º 0.97% 0.51% -
HSV(B) 214.96º 0.96% 0.98% -
XYZ 23.1 18.17 93.56 -
YUV 95.88 215.54 66.04 -
System Red Green Blue C M Y K H S L
Decimal 9 110 251 0.96 0.56 0 0.02 214.96 0.97 0.51
Hex 9 6E FB 60 38 0 2 D7 61 33
Octal 11 156 373 140 70 0 2 327 141 63
Binary 1001 1101110 11111011 1100000 111000 0 10 11010111 1100001 110011

Color Harmonies of #096EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EFB

Black with #096EFB

Text Example


Text Example

White with #096EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,251); }

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

background-color css

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

 a { background-color: rgb(9,110,251); }

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

border-color css

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

 span { border-color: rgb(9,110,251); }

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