Html Css Color HEX #557EF2 Cornflower Blue

📋 copy color: '#557EF2'

red 85 ◦ green 126 ◦ blue 242

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

Shades of Cornflower Blue #557EF2

Tints of Cornflower Blue #557EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 18.76%
G = 27.81%
B = 53.42%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#557EF2 (or 0x557EF2) is known color: Cornflower Blue. HEX triplet: 55, 7E and F2. RGB value is (85,126,242). Sum of RGB (Red+Green+Blue) = 85+126+242=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #557EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557EF2 is #AA810D. Grayscale: #7E7E7E. Windows color (decimal): -11174158 or 15892053. OLE color: 15892053.

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

Color convert

RGB 85 126 242 -
CMYK 0.65 0.48 0 0.05
HSL 224.33º 0.86% 0.64% -
HSV(B) 224.33º 0.65% 0.95% -
XYZ 27.23 23.26 87.06 -
YUV 126.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 85 126 242 0.65 0.48 0 0.05 224.33 0.86 0.64
Hex 55 7E F2 41 30 0 5 E0 56 40
Octal 125 176 362 101 60 0 5 340 126 100
Binary 1010101 1111110 11110010 1000001 110000 0 101 11100000 1010110 1000000

Color Harmonies of #557EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EF2

Black with #557EF2

Text Example


Text Example

White with #557EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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