Html Css Color HEX #557FE1 Cornflower Blue

📋 copy color: '#557FE1'

red 85 ◦ green 127 ◦ blue 225

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

Shades of Cornflower Blue #557FE1

Tints of Cornflower Blue #557FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 225 (88.28% from 255) = 51.49%

R = 19.45%
G = 29.06%
B = 51.49%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#557FE1 (or 0x557FE1) is known color: Cornflower Blue. HEX triplet: 55, 7F and E1. RGB value is (85,127,225). Sum of RGB (Red+Green+Blue) = 85+127+225=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #557FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FE1 is #AA801E. Grayscale: #7D7D7D. Windows color (decimal): -11173919 or 14778197. OLE color: 14778197.

HSL color Cylindrical-coordinate representation of color #557FE1: hue angle of 222º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557FE1 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 127 225 -
CMYK 0.62 0.44 0 0.12
HSL 222º 0.7% 0.61% -
HSV(B) 222º 0.62% 0.88% -
XYZ 24.93 22.55 74.27 -
YUV 125.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 85 127 225 0.62 0.44 0 0.12 222 0.7 0.61
Hex 55 7F E1 3E 2C 0 C DE 46 3D
Octal 125 177 341 76 54 0 14 336 106 75
Binary 1010101 1111111 11100001 111110 101100 0 1100 11011110 1000110 111101

Color Harmonies of #557FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FE1

Black with #557FE1

Text Example


Text Example

White with #557FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,225); }

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

background-color css

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

 a { background-color: rgb(85,127,225); }

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

border-color css

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

 span { border-color: rgb(85,127,225); }

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