Html Css Color HEX #096FFD Dodger Blue

📋 copy color: '#096FFD'

red 9 ◦ green 111 ◦ blue 253

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

Shades of Dodger Blue #096FFD

Tints of Dodger Blue #096FFD

RGB

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

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

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

R = 2.41%
G = 29.76%
B = 67.83%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#096FFD (or 0x096FFD) is known color: Dodger Blue. HEX triplet: 09, 6F and FD. RGB value is (9,111,253). Sum of RGB (Red+Green+Blue) = 9+111+253=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #096FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFD is #F69002. Grayscale: #606060. Windows color (decimal): -16158723 or 16609033. OLE color: 16609033.

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

Color convert

RGB 9 111 253 -
CMYK 0.96 0.56 0 0.01
HSL 214.92º 0.98% 0.51% -
HSV(B) 214.92º 0.96% 0.99% -
XYZ 23.53 18.52 95.26 -
YUV 96.69 216.21 65.45 -
System Red Green Blue C M Y K H S L
Decimal 9 111 253 0.96 0.56 0 0.01 214.92 0.98 0.51
Hex 9 6F FD 60 38 0 1 D7 62 33
Octal 11 157 375 140 70 0 1 327 142 63
Binary 1001 1101111 11111101 1100000 111000 0 1 11010111 1100010 110011

Color Harmonies of #096FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FFD

Black with #096FFD

Text Example


Text Example

White with #096FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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