Html Css Color HEX #57A0FD Cornflower Blue

📋 copy color: '#57A0FD'

red 87 ◦ green 160 ◦ blue 253

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

Shades of Cornflower Blue #57A0FD

Tints of Cornflower Blue #57A0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32%

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 17.4%
G = 32%
B = 50.6%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57A0FD (or 0x57A0FD) is known color: Cornflower Blue. HEX triplet: 57, A0 and FD. RGB value is (87,160,253). Sum of RGB (Red+Green+Blue) = 87+160+253=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #57A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A0FD is #A85F02. Grayscale: #949494. Windows color (decimal): -11034371 or 16621655. OLE color: 16621655.

HSL color Cylindrical-coordinate representation of color #57A0FD: hue angle of 213.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57A0FD is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 160 253 -
CMYK 0.66 0.37 0 0.01
HSL 213.61º 0.98% 0.67% -
HSV(B) 213.61º 0.66% 0.99% -
XYZ 34.23 34.26 97.74 -
YUV 148.78 186.82 83.94 -
System Red Green Blue C M Y K H S L
Decimal 87 160 253 0.66 0.37 0 0.01 213.61 0.98 0.67
Hex 57 A0 FD 42 25 0 1 D6 62 43
Octal 127 240 375 102 45 0 1 326 142 103
Binary 1010111 10100000 11111101 1000010 100101 0 1 11010110 1100010 1000011

Color Harmonies of #57A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A0FD

Black with #57A0FD

Text Example


Text Example

White with #57A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,160,253); }

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

background-color css

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

 a { background-color: rgb(87,160,253); }

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

border-color css

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

 span { border-color: rgb(87,160,253); }

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