Html Css Color HEX #056EFA Dodger Blue

📋 copy color: '#056EFA'

red 5 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #056EFA

Tints of Dodger Blue #056EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 1.37%
G = 30.14%
B = 68.49%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#056EFA (or 0x056EFA) is known color: Dodger Blue. HEX triplet: 05, 6E and FA. RGB value is (5,110,250). Sum of RGB (Red+Green+Blue) = 5+110+250=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #056EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056EFA is #FA9105. Grayscale: #5D5D5D. Windows color (decimal): -16421126 or 16412165. OLE color: 16412165.

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

Color convert

RGB 5 110 250 -
CMYK 0.98 0.56 0 0.02
HSL 214.29º 0.96% 0.5% -
HSV(B) 214.29º 0.98% 0.98% -
XYZ 22.89 18.09 92.73 -
YUV 94.57 215.71 64.12 -
System Red Green Blue C M Y K H S L
Decimal 5 110 250 0.98 0.56 0 0.02 214.29 0.96 0.5
Hex 5 6E FA 62 38 0 2 D6 60 32
Octal 5 156 372 142 70 0 2 326 140 62
Binary 101 1101110 11111010 1100010 111000 0 10 11010110 1100000 110010

Color Harmonies of #056EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056EFA

Black with #056EFA

Text Example


Text Example

White with #056EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,250); }

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

background-color css

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

 a { background-color: rgb(5,110,250); }

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

border-color css

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

 span { border-color: rgb(5,110,250); }

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