Html Css Color HEX #0096EA Dodger Blue

📋 copy color: '#0096EA'

red 0 ◦ green 150 ◦ blue 234

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

Shades of Dodger Blue #0096EA

Tints of Dodger Blue #0096EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 0%
G = 39.06%
B = 60.94%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0096EA (or 0x0096EA) is known color: Dodger Blue. HEX triplet: 00, 96 and EA. RGB value is (0,150,234). Sum of RGB (Red+Green+Blue) = 0+150+234=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #0096EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096EA is #FF6915. Grayscale: #727272. Windows color (decimal): -16738582 or 15373824. OLE color: 15373824.

HSL color Cylindrical-coordinate representation of color #0096EA: hue angle of 201.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096EA is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 150 234 -
CMYK 1 0.36 0 0.08
HSL 201.54º 1% 0.46% -
HSV(B) 201.54º 1% 0.92% -
XYZ 25.76 27.75 81.84 -
YUV 114.73 195.31 46.17 -
System Red Green Blue C M Y K H S L
Decimal 0 150 234 1 0.36 0 0.08 201.54 1 0.46
Hex 0 96 EA 64 24 0 8 CA 64 2E
Octal 0 226 352 144 44 0 10 312 144 56
Binary 0 10010110 11101010 1100100 100100 0 1000 11001010 1100100 101110

Color Harmonies of #0096EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096EA

Black with #0096EA

Text Example


Text Example

White with #0096EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0096EA; }

 p { color: rgb(0,150,234); }

 H1.HeaderClassName
 {
   color: #0096EA;
 }
 .AnyTagClassName
 {
   color: #0096EA;
 }
</style>

background-color css

<style>
 a { background-color: #0096EA; }

 a { background-color: rgb(0,150,234); }

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

border-color css

<style>
 span { border-color: #0096EA; }

 span { border-color: rgb(0,150,234); }

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