Html Css Color HEX #056CFD Dodger Blue

📋 copy color: '#056CFD'

red 5 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #056CFD

Tints of Dodger Blue #056CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 1.37%
G = 29.51%
B = 69.13%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#056CFD (or 0x056CFD) is known color: Dodger Blue. HEX triplet: 05, 6C and FD. RGB value is (5,108,253). Sum of RGB (Red+Green+Blue) = 5+108+253=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #056CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFD is #FA9302. Grayscale: #5D5D5D. Windows color (decimal): -16421635 or 16608261. OLE color: 16608261.

HSL color Cylindrical-coordinate representation of color #056CFD: hue angle of 215.08º 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 #056CFD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 108 253 -
CMYK 0.98 0.57 0 0.01
HSL 215.08º 0.98% 0.51% -
HSV(B) 215.08º 0.98% 0.99% -
XYZ 23.15 17.85 95.15 -
YUV 93.73 217.88 64.71 -
System Red Green Blue C M Y K H S L
Decimal 5 108 253 0.98 0.57 0 0.01 215.08 0.98 0.51
Hex 5 6C FD 62 39 0 1 D7 62 33
Octal 5 154 375 142 71 0 1 327 142 63
Binary 101 1101100 11111101 1100010 111001 0 1 11010111 1100010 110011

Color Harmonies of #056CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CFD

Black with #056CFD

Text Example


Text Example

White with #056CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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