Html Css Color HEX #056BFB Dodger Blue

📋 copy color: '#056BFB'

red 5 ◦ green 107 ◦ blue 251

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

Shades of Dodger Blue #056BFB

Tints of Dodger Blue #056BFB

RGB

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

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

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

R = 1.38%
G = 29.48%
B = 69.15%

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

#056BFB (or 0x056BFB) is known color: Dodger Blue. HEX triplet: 05, 6B and FB. RGB value is (5,107,251). Sum of RGB (Red+Green+Blue) = 5+107+251=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #056BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BFB is #FA9404. Grayscale: #5C5C5C. Windows color (decimal): -16421893 or 16476933. OLE color: 16476933.

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

Color convert

RGB 5 107 251 -
CMYK 0.98 0.57 0 0.02
HSL 215.12º 0.97% 0.5% -
HSV(B) 215.12º 0.98% 0.98% -
XYZ 22.73 17.51 93.45 -
YUV 92.92 217.21 65.29 -
System Red Green Blue C M Y K H S L
Decimal 5 107 251 0.98 0.57 0 0.02 215.12 0.97 0.5
Hex 5 6B FB 62 39 0 2 D7 61 32
Octal 5 153 373 142 71 0 2 327 141 62
Binary 101 1101011 11111011 1100010 111001 0 10 11010111 1100001 110010

Color Harmonies of #056BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BFB

Black with #056BFB

Text Example


Text Example

White with #056BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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