Html Css Color HEX #0096EB Dodger Blue

📋 copy color: '#0096EB'

red 0 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #0096EB

Tints of Dodger Blue #0096EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 0%
G = 38.96%
B = 61.04%

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

#0096EB (or 0x0096EB) is known color: Dodger Blue. HEX triplet: 00, 96 and EB. RGB value is (0,150,235). Sum of RGB (Red+Green+Blue) = 0+150+235=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #0096EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096EB is #FF6914. Grayscale: #727272. Windows color (decimal): -16738581 or 15439360. OLE color: 15439360.

HSL color Cylindrical-coordinate representation of color #0096EB: hue angle of 201.7º 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 #0096EB is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 150 235 -
CMYK 1 0.36 0 0.08
HSL 201.7º 1% 0.46% -
HSV(B) 201.7º 1% 0.92% -
XYZ 25.9 27.81 82.6 -
YUV 114.84 195.81 46.09 -
System Red Green Blue C M Y K H S L
Decimal 0 150 235 1 0.36 0 0.08 201.7 1 0.46
Hex 0 96 EB 64 24 0 8 CA 64 2E
Octal 0 226 353 144 44 0 10 312 144 56
Binary 0 10010110 11101011 1100100 100100 0 1000 11001010 1100100 101110

Color Harmonies of #0096EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096EB

Black with #0096EB

Text Example


Text Example

White with #0096EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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