Html Css Color HEX #056CFB Dodger Blue

📋 copy color: '#056CFB'

red 5 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #056CFB

Tints of Dodger Blue #056CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.96%

R = 1.37%
G = 29.67%
B = 68.96%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#056CFB (or 0x056CFB) is known color: Dodger Blue. HEX triplet: 05, 6C and FB. RGB value is (5,108,251). Sum of RGB (Red+Green+Blue) = 5+108+251=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #056CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CFB is #FA9304. Grayscale: #5C5C5C. Windows color (decimal): -16421637 or 16477189. OLE color: 16477189.

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

Color convert

RGB 5 108 251 -
CMYK 0.98 0.57 0 0.02
HSL 214.88º 0.97% 0.5% -
HSV(B) 214.88º 0.98% 0.98% -
XYZ 22.84 17.72 93.48 -
YUV 93.51 216.88 64.87 -
System Red Green Blue C M Y K H S L
Decimal 5 108 251 0.98 0.57 0 0.02 214.88 0.97 0.5
Hex 5 6C FB 62 39 0 2 D7 61 32
Octal 5 154 373 142 71 0 2 327 141 62
Binary 101 1101100 11111011 1100010 111001 0 10 11010111 1100001 110010

Color Harmonies of #056CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CFB

Black with #056CFB

Text Example


Text Example

White with #056CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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