Html Css Color HEX #0D6FF5 Dodger Blue

📋 copy color: '#0D6FF5'

red 13 ◦ green 111 ◦ blue 245

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

Shades of Dodger Blue #0D6FF5

Tints of Dodger Blue #0D6FF5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

 BLUE value IS 245 (96.09% from 255) = 66.4%

R = 3.52%
G = 30.08%
B = 66.4%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0D6FF5 (or 0x0D6FF5) is known color: Dodger Blue. HEX triplet: 0D, 6F and F5. RGB value is (13,111,245). Sum of RGB (Red+Green+Blue) = 13+111+245=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #0D6FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6FF5 is #F2900A. Grayscale: #606060. Windows color (decimal): -15896587 or 16084749. OLE color: 16084749.

HSL color Cylindrical-coordinate representation of color #0D6FF5: hue angle of 214.66º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6FF5 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 111 245 -
CMYK 0.95 0.55 0 0.04
HSL 214.66º 0.92% 0.51% -
HSV(B) 214.66º 0.95% 0.96% -
XYZ 22.33 18.05 88.69 -
YUV 96.97 211.53 68.1 -
System Red Green Blue C M Y K H S L
Decimal 13 111 245 0.95 0.55 0 0.04 214.66 0.92 0.51
Hex D 6F F5 5F 37 0 4 D7 5C 33
Octal 15 157 365 137 67 0 4 327 134 63
Binary 1101 1101111 11110101 1011111 110111 0 100 11010111 1011100 110011

Color Harmonies of #0D6FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6FF5

Black with #0D6FF5

Text Example


Text Example

White with #0D6FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,111,245); }

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

background-color css

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

 a { background-color: rgb(13,111,245); }

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

border-color css

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

 span { border-color: rgb(13,111,245); }

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