Html Css Color HEX #056DFC Dodger Blue

📋 copy color: '#056DFC'

red 5 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #056DFC

Tints of Dodger Blue #056DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 1.37%
G = 29.78%
B = 68.85%

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

#056DFC (or 0x056DFC) is known color: Dodger Blue. HEX triplet: 05, 6D and FC. RGB value is (5,109,252). Sum of RGB (Red+Green+Blue) = 5+109+252=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #056DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056DFC is #FA9203. Grayscale: #5D5D5D. Windows color (decimal): -16421380 or 16542981. OLE color: 16542981.

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

Color convert

RGB 5 109 252 -
CMYK 0.98 0.57 0 0.01
HSL 214.74º 0.98% 0.5% -
HSV(B) 214.74º 0.98% 0.99% -
XYZ 23.1 18 94.35 -
YUV 94.21 217.04 64.37 -
System Red Green Blue C M Y K H S L
Decimal 5 109 252 0.98 0.57 0 0.01 214.74 0.98 0.5
Hex 5 6D FC 62 39 0 1 D7 62 32
Octal 5 155 374 142 71 0 1 327 142 62
Binary 101 1101101 11111100 1100010 111001 0 1 11010111 1100010 110010

Color Harmonies of #056DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DFC

Black with #056DFC

Text Example


Text Example

White with #056DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,252); }

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

background-color css

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

 a { background-color: rgb(5,109,252); }

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

border-color css

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

 span { border-color: rgb(5,109,252); }

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