Html Css Color HEX #096BFD Dodger Blue

📋 copy color: '#096BFD'

red 9 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #096BFD

Tints of Dodger Blue #096BFD

RGB

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

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

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

R = 2.44%
G = 29%
B = 68.56%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#096BFD (or 0x096BFD) is known color: Dodger Blue. HEX triplet: 09, 6B and FD. RGB value is (9,107,253). Sum of RGB (Red+Green+Blue) = 9+107+253=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #096BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BFD is #F69402. Grayscale: #5D5D5D. Windows color (decimal): -16159747 or 16608009. OLE color: 16608009.

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

Color convert

RGB 9 107 253 -
CMYK 0.96 0.58 0 0.01
HSL 215.9º 0.98% 0.51% -
HSV(B) 215.9º 0.96% 0.99% -
XYZ 23.1 17.67 95.12 -
YUV 94.34 217.53 67.13 -
System Red Green Blue C M Y K H S L
Decimal 9 107 253 0.96 0.58 0 0.01 215.9 0.98 0.51
Hex 9 6B FD 60 3A 0 1 D8 62 33
Octal 11 153 375 140 72 0 1 330 142 63
Binary 1001 1101011 11111101 1100000 111010 0 1 11011000 1100010 110011

Color Harmonies of #096BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BFD

Black with #096BFD

Text Example


Text Example

White with #096BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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