Html Css Color HEX #0095FE Dodger Blue

📋 copy color: '#0095FE'

red 0 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #0095FE

Tints of Dodger Blue #0095FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 0%
G = 36.97%
B = 63.03%

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

#0095FE (or 0x0095FE) is known color: Dodger Blue. HEX triplet: 00, 95 and FE. RGB value is (0,149,254). Sum of RGB (Red+Green+Blue) = 0+149+254=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #0095FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0095FE is #FF6A01. Grayscale: #737373. Windows color (decimal): -16738818 or 16684288. OLE color: 16684288.

HSL color Cylindrical-coordinate representation of color #0095FE: hue angle of 204.8º 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 #0095FE is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 149 254 -
CMYK 1 0.41 0 0.00
HSL 204.8º 1% 0.5% -
HSV(B) 204.8º 1% 1% -
XYZ 28.64 28.65 97.79 -
YUV 116.42 205.64 44.96 -
System Red Green Blue C M Y K H S L
Decimal 0 149 254 1 0.41 0 0.00 204.8 1 0.5
Hex 0 95 FE 64 29 0 0 CD 64 32
Octal 0 225 376 144 51 0 0 315 144 62
Binary 0 10010101 11111110 1100100 101001 0 0 11001101 1100100 110010

Color Harmonies of #0095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0095FE

Black with #0095FE

Text Example


Text Example

White with #0095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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