Html Css Color HEX #0D6BFD Dodger Blue

📋 copy color: '#0D6BFD'

red 13 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #0D6BFD

Tints of Dodger Blue #0D6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 3.49%
G = 28.69%
B = 67.83%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0D6BFD (or 0x0D6BFD) is known color: Dodger Blue. HEX triplet: 0D, 6B and FD. RGB value is (13,107,253). Sum of RGB (Red+Green+Blue) = 13+107+253=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D6BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6BFD is #F29402. Grayscale: #5E5E5E. Windows color (decimal): -15897603 or 16608013. OLE color: 16608013.

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

Color convert

RGB 13 107 253 -
CMYK 0.95 0.58 0 0.01
HSL 216.5º 0.98% 0.52% -
HSV(B) 216.5º 0.95% 0.99% -
XYZ 23.15 17.69 95.12 -
YUV 95.54 216.86 69.13 -
System Red Green Blue C M Y K H S L
Decimal 13 107 253 0.95 0.58 0 0.01 216.5 0.98 0.52
Hex D 6B FD 5F 3A 0 1 D8 62 34
Octal 15 153 375 137 72 0 1 330 142 64
Binary 1101 1101011 11111101 1011111 111010 0 1 11011000 1100010 110100

Color Harmonies of #0D6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6BFD

Black with #0D6BFD

Text Example


Text Example

White with #0D6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,107,253); }

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

background-color css

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

 a { background-color: rgb(13,107,253); }

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

border-color css

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

 span { border-color: rgb(13,107,253); }

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