Html Css Color HEX #557FE2 Cornflower Blue

📋 copy color: '#557FE2'

red 85 ◦ green 127 ◦ blue 226

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

Shades of Cornflower Blue #557FE2

Tints of Cornflower Blue #557FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.6%

R = 19.41%
G = 29%
B = 51.6%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#557FE2 (or 0x557FE2) is known color: Cornflower Blue. HEX triplet: 55, 7F and E2. RGB value is (85,127,226). Sum of RGB (Red+Green+Blue) = 85+127+226=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 226 (88.67% from 255 or 51.60% from 438); Max value from RGB is 226 - color contains mainly: blue. Hex color #557FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FE2 is #AA801D. Grayscale: #7D7D7D. Windows color (decimal): -11173918 or 14843733. OLE color: 14843733.

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

Color convert

RGB 85 127 226 -
CMYK 0.62 0.44 0 0.11
HSL 222.13º 0.71% 0.61% -
HSV(B) 222.13º 0.62% 0.89% -
XYZ 25.06 22.6 74.99 -
YUV 125.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 85 127 226 0.62 0.44 0 0.11 222.13 0.71 0.61
Hex 55 7F E2 3E 2C 0 B DE 47 3D
Octal 125 177 342 76 54 0 13 336 107 75
Binary 1010101 1111111 11100010 111110 101100 0 1011 11011110 1000111 111101

Color Harmonies of #557FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FE2

Black with #557FE2

Text Example


Text Example

White with #557FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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