Html Css Color HEX #0D7CFB Dodger Blue

📋 copy color: '#0D7CFB'

red 13 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #0D7CFB

Tints of Dodger Blue #0D7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 3.35%
G = 31.96%
B = 64.69%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D7CFB (or 0x0D7CFB) is known color: Dodger Blue. HEX triplet: 0D, 7C and FB. RGB value is (13,124,251). Sum of RGB (Red+Green+Blue) = 13+124+251=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D7CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D7CFB is #F28304. Grayscale: #686868. Windows color (decimal): -15893253 or 16481293. OLE color: 16481293.

HSL color Cylindrical-coordinate representation of color #0D7CFB: hue angle of 212.02º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D7CFB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 124 251 -
CMYK 0.95 0.51 0 0.02
HSL 212.02º 0.97% 0.52% -
HSV(B) 212.02º 0.95% 0.98% -
XYZ 24.79 21.47 94.1 -
YUV 105.29 210.23 62.17 -
System Red Green Blue C M Y K H S L
Decimal 13 124 251 0.95 0.51 0 0.02 212.02 0.97 0.52
Hex D 7C FB 5F 33 0 2 D4 61 34
Octal 15 174 373 137 63 0 2 324 141 64
Binary 1101 1111100 11111011 1011111 110011 0 10 11010100 1100001 110100

Color Harmonies of #0D7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7CFB

Black with #0D7CFB

Text Example


Text Example

White with #0D7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,124,251); }

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

background-color css

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

 a { background-color: rgb(13,124,251); }

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

border-color css

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

 span { border-color: rgb(13,124,251); }

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