Html Css Color HEX #0D7AEF Dodger Blue

📋 copy color: '#0D7AEF'

red 13 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #0D7AEF

Tints of Dodger Blue #0D7AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.62%

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 3.48%
G = 32.62%
B = 63.9%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D7AEF (or 0x0D7AEF) is known color: Dodger Blue. HEX triplet: 0D, 7A and EF. RGB value is (13,122,239). Sum of RGB (Red+Green+Blue) = 13+122+239=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D7AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7AEF is #F28510. Grayscale: #666666. Windows color (decimal): -15893777 or 15694349. OLE color: 15694349.

HSL color Cylindrical-coordinate representation of color #0D7AEF: hue angle of 211.06º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7AEF is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 122 239 -
CMYK 0.95 0.49 0 0.06
HSL 211.06º 0.9% 0.49% -
HSV(B) 211.06º 0.95% 0.94% -
XYZ 22.71 20.24 84.37 -
YUV 102.75 204.89 63.99 -
System Red Green Blue C M Y K H S L
Decimal 13 122 239 0.95 0.49 0 0.06 211.06 0.9 0.49
Hex D 7A EF 5F 31 0 6 D3 5A 31
Octal 15 172 357 137 61 0 6 323 132 61
Binary 1101 1111010 11101111 1011111 110001 0 110 11010011 1011010 110001

Color Harmonies of #0D7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7AEF

Black with #0D7AEF

Text Example


Text Example

White with #0D7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,122,239); }

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

background-color css

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

 a { background-color: rgb(13,122,239); }

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

border-color css

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

 span { border-color: rgb(13,122,239); }

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