Html Css Color HEX #096DFC Dodger Blue

📋 copy color: '#096DFC'

red 9 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #096DFC

Tints of Dodger Blue #096DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 252 (98.83% from 255) = 68.11%

R = 2.43%
G = 29.46%
B = 68.11%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#096DFC (or 0x096DFC) is known color: Dodger Blue. HEX triplet: 09, 6D and FC. RGB value is (9,109,252). Sum of RGB (Red+Green+Blue) = 9+109+252=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #096DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DFC is #F69203. Grayscale: #5E5E5E. Windows color (decimal): -16159236 or 16542985. OLE color: 16542985.

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

Color convert

RGB 9 109 252 -
CMYK 0.96 0.57 0 0.01
HSL 215.31º 0.98% 0.51% -
HSV(B) 215.31º 0.96% 0.99% -
XYZ 23.15 18.02 94.35 -
YUV 95.4 216.37 66.37 -
System Red Green Blue C M Y K H S L
Decimal 9 109 252 0.96 0.57 0 0.01 215.31 0.98 0.51
Hex 9 6D FC 60 39 0 1 D7 62 33
Octal 11 155 374 140 71 0 1 327 142 63
Binary 1001 1101101 11111100 1100000 111001 0 1 11010111 1100010 110011

Color Harmonies of #096DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DFC

Black with #096DFC

Text Example


Text Example

White with #096DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,252); }

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

background-color css

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

 a { background-color: rgb(9,109,252); }

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

border-color css

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

 span { border-color: rgb(9,109,252); }

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