Html Css Color HEX #0096EF Dodger Blue

📋 copy color: '#0096EF'

red 0 ◦ green 150 ◦ blue 239

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

Shades of Dodger Blue #0096EF

Tints of Dodger Blue #0096EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 0%
G = 38.56%
B = 61.44%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0096EF (or 0x0096EF) is known color: Dodger Blue. HEX triplet: 00, 96 and EF. RGB value is (0,150,239). Sum of RGB (Red+Green+Blue) = 0+150+239=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #0096EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096EF is #FF6910. Grayscale: #727272. Windows color (decimal): -16738577 or 15701504. OLE color: 15701504.

HSL color Cylindrical-coordinate representation of color #0096EF: hue angle of 202.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096EF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 150 239 -
CMYK 1 0.37 0 0.06
HSL 202.34º 1% 0.47% -
HSV(B) 202.34º 1% 0.94% -
XYZ 26.49 28.04 85.68 -
YUV 115.3 197.81 45.76 -
System Red Green Blue C M Y K H S L
Decimal 0 150 239 1 0.37 0 0.06 202.34 1 0.47
Hex 0 96 EF 64 25 0 6 CA 64 2F
Octal 0 226 357 144 45 0 6 312 144 57
Binary 0 10010110 11101111 1100100 100101 0 110 11001010 1100100 101111

Color Harmonies of #0096EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096EF

Black with #0096EF

Text Example


Text Example

White with #0096EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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