Html Css Color HEX #0D5FFF Dodger Blue

📋 copy color: '#0D5FFF'

red 13 ◦ green 95 ◦ blue 255

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

Shades of Dodger Blue #0D5FFF

Tints of Dodger Blue #0D5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 255 (100% from 255) = 70.25%

R = 3.58%
G = 26.17%
B = 70.25%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0D5FFF (or 0x0D5FFF) is known color: Dodger Blue. HEX triplet: 0D, 5F and FF. RGB value is (13,95,255). Sum of RGB (Red+Green+Blue) = 13+95+255=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D5FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D5FFF is #F2A000. Grayscale: #585858. Windows color (decimal): -15900673 or 16736013. OLE color: 16736013.

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

Color convert

RGB 13 95 255 -
CMYK 0.95 0.63 0 0
HSL 219.67º 1% 0.53% -
HSV(B) 219.67º 0.95% 1% -
XYZ 22.31 15.49 96.42 -
YUV 88.72 221.83 73.99 -
System Red Green Blue C M Y K H S L
Decimal 13 95 255 0.95 0.63 0 0 219.67 1 0.53
Hex D 5F FF 5F 3F 0 0 DC 64 35
Octal 15 137 377 137 77 0 0 334 144 65
Binary 1101 1011111 11111111 1011111 111111 0 0 11011100 1100100 110101

Color Harmonies of #0D5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5FFF

Black with #0D5FFF

Text Example


Text Example

White with #0D5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,95,255); }

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

background-color css

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

 a { background-color: rgb(13,95,255); }

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

border-color css

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

 span { border-color: rgb(13,95,255); }

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