Html Css Color HEX #57AAF8 Cornflower Blue

📋 copy color: '#57AAF8'

red 87 ◦ green 170 ◦ blue 248

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

Shades of Cornflower Blue #57AAF8

Tints of Cornflower Blue #57AAF8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.66%

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 17.23%
G = 33.66%
B = 49.11%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#57AAF8 (or 0x57AAF8) is known color: Cornflower Blue. HEX triplet: 57, AA and F8. RGB value is (87,170,248). Sum of RGB (Red+Green+Blue) = 87+170+248=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #57AAF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AAF8 is #A85507. Grayscale: #999999. Windows color (decimal): -11031816 or 16296535. OLE color: 16296535.

HSL color Cylindrical-coordinate representation of color #57AAF8: hue angle of 209.07º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57AAF8 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 170 248 -
CMYK 0.65 0.31 0 0.03
HSL 209.07º 0.92% 0.66% -
HSV(B) 209.07º 0.65% 0.97% -
XYZ 35.25 37.55 94.2 -
YUV 154.08 181 80.16 -
System Red Green Blue C M Y K H S L
Decimal 87 170 248 0.65 0.31 0 0.03 209.07 0.92 0.66
Hex 57 AA F8 41 1F 0 3 D1 5C 42
Octal 127 252 370 101 37 0 3 321 134 102
Binary 1010111 10101010 11111000 1000001 11111 0 11 11010001 1011100 1000010

Color Harmonies of #57AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AAF8

Black with #57AAF8

Text Example


Text Example

White with #57AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AAF8; }

 p { color: rgb(87,170,248); }

 H1.HeaderClassName
 {
   color: #57AAF8;
 }
 .AnyTagClassName
 {
   color: #57AAF8;
 }
</style>

background-color css

<style>
 a { background-color: #57AAF8; }

 a { background-color: rgb(87,170,248); }

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

border-color css

<style>
 span { border-color: #57AAF8; }

 span { border-color: rgb(87,170,248); }

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