Html Css Color HEX #096FFB Dodger Blue

📋 copy color: '#096FFB'

red 9 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #096FFB

Tints of Dodger Blue #096FFB

RGB

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

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

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

R = 2.43%
G = 29.92%
B = 67.65%

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

#096FFB (or 0x096FFB) is known color: Dodger Blue. HEX triplet: 09, 6F and FB. RGB value is (9,111,251). Sum of RGB (Red+Green+Blue) = 9+111+251=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #096FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFB is #F69004. Grayscale: #5F5F5F. Windows color (decimal): -16158725 or 16477961. OLE color: 16477961.

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

Color convert

RGB 9 111 251 -
CMYK 0.96 0.56 0 0.02
HSL 214.71º 0.97% 0.51% -
HSV(B) 214.71º 0.96% 0.98% -
XYZ 23.21 18.39 93.59 -
YUV 96.46 215.21 65.62 -
System Red Green Blue C M Y K H S L
Decimal 9 111 251 0.96 0.56 0 0.02 214.71 0.97 0.51
Hex 9 6F FB 60 38 0 2 D7 61 33
Octal 11 157 373 140 70 0 2 327 141 63
Binary 1001 1101111 11111011 1100000 111000 0 10 11010111 1100001 110011

Color Harmonies of #096FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FFB

Black with #096FFB

Text Example


Text Example

White with #096FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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