Html Css Color HEX #056BFA Dodger Blue

📋 copy color: '#056BFA'

red 5 ◦ green 107 ◦ blue 250

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

Shades of Dodger Blue #056BFA

Tints of Dodger Blue #056BFA

RGB

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

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

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

R = 1.38%
G = 29.56%
B = 69.06%

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

#056BFA (or 0x056BFA) is known color: Dodger Blue. HEX triplet: 05, 6B and FA. RGB value is (5,107,250). Sum of RGB (Red+Green+Blue) = 5+107+250=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #056BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056BFA is #FA9405. Grayscale: #5C5C5C. Windows color (decimal): -16421894 or 16411397. OLE color: 16411397.

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

Color convert

RGB 5 107 250 -
CMYK 0.98 0.57 0 0.02
HSL 215.02º 0.96% 0.5% -
HSV(B) 215.02º 0.98% 0.98% -
XYZ 22.58 17.45 92.62 -
YUV 92.8 216.71 65.37 -
System Red Green Blue C M Y K H S L
Decimal 5 107 250 0.98 0.57 0 0.02 215.02 0.96 0.5
Hex 5 6B FA 62 39 0 2 D7 60 32
Octal 5 153 372 142 71 0 2 327 140 62
Binary 101 1101011 11111010 1100010 111001 0 10 11010111 1100000 110010

Color Harmonies of #056BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BFA

Black with #056BFA

Text Example


Text Example

White with #056BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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