Html Css Color HEX #0096FE Dodger Blue

📋 copy color: '#0096FE'

red 0 ◦ green 150 ◦ blue 254

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

Shades of Dodger Blue #0096FE

Tints of Dodger Blue #0096FE

RGB

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

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

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

R = 0%
G = 37.13%
B = 62.87%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0096FE (or 0x0096FE) is known color: Dodger Blue. HEX triplet: 00, 96 and FE. RGB value is (0,150,254). Sum of RGB (Red+Green+Blue) = 0+150+254=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #0096FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096FE is #FF6901. Grayscale: #747474. Windows color (decimal): -16738562 or 16684544. OLE color: 16684544.

HSL color Cylindrical-coordinate representation of color #0096FE: hue angle of 204.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096FE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 150 254 -
CMYK 1 0.41 0 0.00
HSL 204.57º 1% 0.5% -
HSV(B) 204.57º 1% 1% -
XYZ 28.8 28.97 97.84 -
YUV 117.01 205.31 44.54 -
System Red Green Blue C M Y K H S L
Decimal 0 150 254 1 0.41 0 0.00 204.57 1 0.5
Hex 0 96 FE 64 29 0 0 CD 64 32
Octal 0 226 376 144 51 0 0 315 144 62
Binary 0 10010110 11111110 1100100 101001 0 0 11001101 1100100 110010

Color Harmonies of #0096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096FE

Black with #0096FE

Text Example


Text Example

White with #0096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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