Html Css Color HEX #056BFD Dodger Blue

📋 copy color: '#056BFD'

red 5 ◦ green 107 ◦ blue 253

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

Shades of Dodger Blue #056BFD

Tints of Dodger Blue #056BFD

RGB

 RED value IS 5 (2.34% from 255) = 1.37%

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

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

R = 1.37%
G = 29.32%
B = 69.32%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#056BFD (or 0x056BFD) is known color: Dodger Blue. HEX triplet: 05, 6B and FD. RGB value is (5,107,253). Sum of RGB (Red+Green+Blue) = 5+107+253=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #056BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BFD is #FA9402. Grayscale: #5C5C5C. Windows color (decimal): -16421891 or 16608005. OLE color: 16608005.

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

Color convert

RGB 5 107 253 -
CMYK 0.98 0.58 0 0.01
HSL 215.32º 0.98% 0.51% -
HSV(B) 215.32º 0.98% 0.99% -
XYZ 23.05 17.64 95.12 -
YUV 93.15 218.21 65.13 -
System Red Green Blue C M Y K H S L
Decimal 5 107 253 0.98 0.58 0 0.01 215.32 0.98 0.51
Hex 5 6B FD 62 3A 0 1 D7 62 33
Octal 5 153 375 142 72 0 1 327 142 63
Binary 101 1101011 11111101 1100010 111010 0 1 11010111 1100010 110011

Color Harmonies of #056BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BFD

Black with #056BFD

Text Example


Text Example

White with #056BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056BFD; }

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

 H1.HeaderClassName
 {
   color: #056BFD;
 }
 .AnyTagClassName
 {
   color: #056BFD;
 }
</style>

background-color css

<style>
 a { background-color: #056BFD; }

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

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

border-color css

<style>
 span { border-color: #056BFD; }

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

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