Html Css Color HEX #577AF2 Cornflower Blue

📋 copy color: '#577AF2'

red 87 ◦ green 122 ◦ blue 242

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

Shades of Cornflower Blue #577AF2

Tints of Cornflower Blue #577AF2

RGB

 RED value IS 87 (34.38% from 255) = 19.29%

 GREEN value IS 122 (48.05% from 255) = 27.05%

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

R = 19.29%
G = 27.05%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#577AF2 (or 0x577AF2) is known color: Cornflower Blue. HEX triplet: 57, 7A and F2. RGB value is (87,122,242). Sum of RGB (Red+Green+Blue) = 87+122+242=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #577AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AF2 is #A8850D. Grayscale: #7C7C7C. Windows color (decimal): -11044110 or 15891031. OLE color: 15891031.

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

Color convert

RGB 87 122 242 -
CMYK 0.64 0.50 0 0.05
HSL 226.45º 0.86% 0.65% -
HSV(B) 226.45º 0.64% 0.95% -
XYZ 26.92 22.36 86.9 -
YUV 125.22 193.9 100.74 -
System Red Green Blue C M Y K H S L
Decimal 87 122 242 0.64 0.50 0 0.05 226.45 0.86 0.65
Hex 57 7A F2 40 32 0 5 E2 56 41
Octal 127 172 362 100 62 0 5 342 126 101
Binary 1010111 1111010 11110010 1000000 110010 0 101 11100010 1010110 1000001

Color Harmonies of #577AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577AF2

Black with #577AF2

Text Example


Text Example

White with #577AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577AF2; }

 p { color: rgb(87,122,242); }

 H1.HeaderClassName
 {
   color: #577AF2;
 }
 .AnyTagClassName
 {
   color: #577AF2;
 }
</style>

background-color css

<style>
 a { background-color: #577AF2; }

 a { background-color: rgb(87,122,242); }

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

border-color css

<style>
 span { border-color: #577AF2; }

 span { border-color: rgb(87,122,242); }

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