Html Css Color HEX #0D6AFA Dodger Blue

📋 copy color: '#0D6AFA'

red 13 ◦ green 106 ◦ blue 250

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

Shades of Dodger Blue #0D6AFA

Tints of Dodger Blue #0D6AFA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

 BLUE value IS 250 (98.05% from 255) = 67.75%

R = 3.52%
G = 28.73%
B = 67.75%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D6AFA (or 0x0D6AFA) is known color: Dodger Blue. HEX triplet: 0D, 6A and FA. RGB value is (13,106,250). Sum of RGB (Red+Green+Blue) = 13+106+250=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #0D6AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6AFA is #F29505. Grayscale: #5D5D5D. Windows color (decimal): -15897862 or 16411149. OLE color: 16411149.

HSL color Cylindrical-coordinate representation of color #0D6AFA: hue angle of 216.46º degrees, saturation: 0.96, 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 #0D6AFA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 106 250 -
CMYK 0.95 0.58 0 0.02
HSL 216.46º 0.96% 0.52% -
HSV(B) 216.46º 0.95% 0.98% -
XYZ 22.58 17.3 92.59 -
YUV 94.61 215.69 69.79 -
System Red Green Blue C M Y K H S L
Decimal 13 106 250 0.95 0.58 0 0.02 216.46 0.96 0.52
Hex D 6A FA 5F 3A 0 2 D8 60 34
Octal 15 152 372 137 72 0 2 330 140 64
Binary 1101 1101010 11111010 1011111 111010 0 10 11011000 1100000 110100

Color Harmonies of #0D6AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6AFA

Black with #0D6AFA

Text Example


Text Example

White with #0D6AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,106,250); }

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

background-color css

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

 a { background-color: rgb(13,106,250); }

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

border-color css

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

 span { border-color: rgb(13,106,250); }

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