Html Css Color HEX #557EF0 Cornflower Blue

📋 copy color: '#557EF0'

red 85 ◦ green 126 ◦ blue 240

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

Shades of Cornflower Blue #557EF0

Tints of Cornflower Blue #557EF0

RGB

 RED value IS 85 (33.59% from 255) = 18.85%

 GREEN value IS 126 (49.61% from 255) = 27.94%

 BLUE value IS 240 (94.14% from 255) = 53.22%

R = 18.85%
G = 27.94%
B = 53.22%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#557EF0 (or 0x557EF0) is known color: Cornflower Blue. HEX triplet: 55, 7E and F0. RGB value is (85,126,240). Sum of RGB (Red+Green+Blue) = 85+126+240=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #557EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EF0 is #AA810F. Grayscale: #7E7E7E. Windows color (decimal): -11174160 or 15760981. OLE color: 15760981.

HSL color Cylindrical-coordinate representation of color #557EF0: hue angle of 224.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557EF0 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 126 240 -
CMYK 0.65 0.48 0 0.06
HSL 224.13º 0.84% 0.64% -
HSV(B) 224.13º 0.65% 0.94% -
XYZ 26.94 23.14 85.49 -
YUV 126.74 191.92 98.23 -
System Red Green Blue C M Y K H S L
Decimal 85 126 240 0.65 0.48 0 0.06 224.13 0.84 0.64
Hex 55 7E F0 41 30 0 6 E0 54 40
Octal 125 176 360 101 60 0 6 340 124 100
Binary 1010101 1111110 11110000 1000001 110000 0 110 11100000 1010100 1000000

Color Harmonies of #557EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EF0

Black with #557EF0

Text Example


Text Example

White with #557EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557EF0; }

 p { color: rgb(85,126,240); }

 H1.HeaderClassName
 {
   color: #557EF0;
 }
 .AnyTagClassName
 {
   color: #557EF0;
 }
</style>

background-color css

<style>
 a { background-color: #557EF0; }

 a { background-color: rgb(85,126,240); }

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

border-color css

<style>
 span { border-color: #557EF0; }

 span { border-color: rgb(85,126,240); }

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