Html Css Color HEX #056BFE Dodger Blue

📋 copy color: '#056BFE'

red 5 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #056BFE

Tints of Dodger Blue #056BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 1.37%
G = 29.23%
B = 69.4%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#056BFE (or 0x056BFE) is known color: Dodger Blue. HEX triplet: 05, 6B and FE. RGB value is (5,107,254). Sum of RGB (Red+Green+Blue) = 5+107+254=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #056BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BFE is #FA9401. Grayscale: #5C5C5C. Windows color (decimal): -16421890 or 16673541. OLE color: 16673541.

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

Color convert

RGB 5 107 254 -
CMYK 0.98 0.58 0 0.00
HSL 215.42º 0.99% 0.51% -
HSV(B) 215.42º 0.98% 1% -
XYZ 23.21 17.7 95.96 -
YUV 93.26 218.71 65.05 -
System Red Green Blue C M Y K H S L
Decimal 5 107 254 0.98 0.58 0 0.00 215.42 0.99 0.51
Hex 5 6B FE 62 3A 0 0 D7 63 33
Octal 5 153 376 142 72 0 0 327 143 63
Binary 101 1101011 11111110 1100010 111010 0 0 11010111 1100011 110011

Color Harmonies of #056BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BFE

Black with #056BFE

Text Example


Text Example

White with #056BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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