Html Css Color HEX #0D7FE4 Dodger Blue

📋 copy color: '#0D7FE4'

red 13 ◦ green 127 ◦ blue 228

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

Shades of Dodger Blue #0D7FE4

Tints of Dodger Blue #0D7FE4

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 228 (89.45% from 255) = 61.96%

R = 3.53%
G = 34.51%
B = 61.96%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0D7FE4 (or 0x0D7FE4) is known color: Dodger Blue. HEX triplet: 0D, 7F and E4. RGB value is (13,127,228). Sum of RGB (Red+Green+Blue) = 13+127+228=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #0D7FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FE4 is #F2801B. Grayscale: #676767. Windows color (decimal): -15892508 or 14974733. OLE color: 14974733.

HSL color Cylindrical-coordinate representation of color #0D7FE4: hue angle of 208.19º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7FE4 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 127 228 -
CMYK 0.94 0.44 0 0.11
HSL 208.19º 0.89% 0.47% -
HSV(B) 208.19º 0.94% 0.89% -
XYZ 21.76 20.87 76.28 -
YUV 104.43 197.73 62.79 -
System Red Green Blue C M Y K H S L
Decimal 13 127 228 0.94 0.44 0 0.11 208.19 0.89 0.47
Hex D 7F E4 5E 2C 0 B D0 59 2F
Octal 15 177 344 136 54 0 13 320 131 57
Binary 1101 1111111 11100100 1011110 101100 0 1011 11010000 1011001 101111

Color Harmonies of #0D7FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7FE4

Black with #0D7FE4

Text Example


Text Example

White with #0D7FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,127,228); }

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

background-color css

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

 a { background-color: rgb(13,127,228); }

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

border-color css

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

 span { border-color: rgb(13,127,228); }

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