Html Css Color HEX #0D95FE Dodger Blue

📋 copy color: '#0D95FE'

red 13 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #0D95FE

Tints of Dodger Blue #0D95FE

RGB

 RED value IS 13 (5.47% from 255) = 3.13%

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

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

R = 3.13%
G = 35.82%
B = 61.06%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0D95FE (or 0x0D95FE) is known color: Dodger Blue. HEX triplet: 0D, 95 and FE. RGB value is (13,149,254). Sum of RGB (Red+Green+Blue) = 13+149+254=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D95FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D95FE is #F26A01. Grayscale: #777777. Windows color (decimal): -15886850 or 16684301. OLE color: 16684301.

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

Color convert

RGB 13 149 254 -
CMYK 0.95 0.41 0 0.00
HSL 206.14º 0.99% 0.52% -
HSV(B) 206.14º 0.95% 1% -
XYZ 28.8 28.74 97.79 -
YUV 120.31 203.44 51.46 -
System Red Green Blue C M Y K H S L
Decimal 13 149 254 0.95 0.41 0 0.00 206.14 0.99 0.52
Hex D 95 FE 5F 29 0 0 CE 63 34
Octal 15 225 376 137 51 0 0 316 143 64
Binary 1101 10010101 11111110 1011111 101001 0 0 11001110 1100011 110100

Color Harmonies of #0D95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D95FE

Black with #0D95FE

Text Example


Text Example

White with #0D95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D95FE; }

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

 H1.HeaderClassName
 {
   color: #0D95FE;
 }
 .AnyTagClassName
 {
   color: #0D95FE;
 }
</style>

background-color css

<style>
 a { background-color: #0D95FE; }

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

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

border-color css

<style>
 span { border-color: #0D95FE; }

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

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