Html Css Color HEX #096BFB Dodger Blue

📋 copy color: '#096BFB'

red 9 ◦ green 107 ◦ blue 251

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

Shades of Dodger Blue #096BFB

Tints of Dodger Blue #096BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 2.45%
G = 29.16%
B = 68.39%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#096BFB (or 0x096BFB) is known color: Dodger Blue. HEX triplet: 09, 6B and FB. RGB value is (9,107,251). Sum of RGB (Red+Green+Blue) = 9+107+251=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #096BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFB is #F69404. Grayscale: #5D5D5D. Windows color (decimal): -16159749 or 16476937. OLE color: 16476937.

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

Color convert

RGB 9 107 251 -
CMYK 0.96 0.57 0 0.02
HSL 215.7º 0.97% 0.51% -
HSV(B) 215.7º 0.96% 0.98% -
XYZ 22.78 17.54 93.45 -
YUV 94.11 216.53 67.29 -
System Red Green Blue C M Y K H S L
Decimal 9 107 251 0.96 0.57 0 0.02 215.7 0.97 0.51
Hex 9 6B FB 60 39 0 2 D8 61 33
Octal 11 153 373 140 71 0 2 330 141 63
Binary 1001 1101011 11111011 1100000 111001 0 10 11011000 1100001 110011

Color Harmonies of #096BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BFB

Black with #096BFB

Text Example


Text Example

White with #096BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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