Html Css Color HEX #096FFE Dodger Blue

📋 copy color: '#096FFE'

red 9 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #096FFE

Tints of Dodger Blue #096FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.91%

R = 2.41%
G = 29.68%
B = 67.91%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#096FFE (or 0x096FFE) is known color: Dodger Blue. HEX triplet: 09, 6F and FE. RGB value is (9,111,254). Sum of RGB (Red+Green+Blue) = 9+111+254=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #096FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FFE is #F69001. Grayscale: #606060. Windows color (decimal): -16158722 or 16674569. OLE color: 16674569.

HSL color Cylindrical-coordinate representation of color #096FFE: hue angle of 215.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FFE is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 111 254 -
CMYK 0.96 0.56 0 0.00
HSL 215.02º 0.99% 0.52% -
HSV(B) 215.02º 0.96% 1% -
XYZ 23.69 18.58 96.1 -
YUV 96.8 216.71 65.37 -
System Red Green Blue C M Y K H S L
Decimal 9 111 254 0.96 0.56 0 0.00 215.02 0.99 0.52
Hex 9 6F FE 60 38 0 0 D7 63 34
Octal 11 157 376 140 70 0 0 327 143 64
Binary 1001 1101111 11111110 1100000 111000 0 0 11010111 1100011 110100

Color Harmonies of #096FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FFE

Black with #096FFE

Text Example


Text Example

White with #096FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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