Html Css Color HEX #0D9DFE Dodger Blue

📋 copy color: '#0D9DFE'

red 13 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #0D9DFE

Tints of Dodger Blue #0D9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

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

R = 3.07%
G = 37.03%
B = 59.91%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0D9DFE (or 0x0D9DFE) is known color: Dodger Blue. HEX triplet: 0D, 9D and FE. RGB value is (13,157,254). Sum of RGB (Red+Green+Blue) = 13+157+254=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D9DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9DFE is #F26201. Grayscale: #7C7C7C. Windows color (decimal): -15884802 or 16686349. OLE color: 16686349.

HSL color Cylindrical-coordinate representation of color #0D9DFE: hue angle of 204.15º 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 #0D9DFE is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 13 157 254 -
CMYK 0.95 0.38 0 0.00
HSL 204.15º 0.99% 0.52% -
HSV(B) 204.15º 0.95% 1% -
XYZ 30.11 31.36 98.23 -
YUV 125 200.79 48.11 -
System Red Green Blue C M Y K H S L
Decimal 13 157 254 0.95 0.38 0 0.00 204.15 0.99 0.52
Hex D 9D FE 5F 26 0 0 CC 63 34
Octal 15 235 376 137 46 0 0 314 143 64
Binary 1101 10011101 11111110 1011111 100110 0 0 11001100 1100011 110100

Color Harmonies of #0D9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9DFE

Black with #0D9DFE

Text Example


Text Example

White with #0D9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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