Html Css Color HEX #57A1FA Cornflower Blue

📋 copy color: '#57A1FA'

red 87 ◦ green 161 ◦ blue 250

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

Shades of Cornflower Blue #57A1FA

Tints of Cornflower Blue #57A1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 17.47%
G = 32.33%
B = 50.2%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#57A1FA (or 0x57A1FA) is known color: Cornflower Blue. HEX triplet: 57, A1 and FA. RGB value is (87,161,250). Sum of RGB (Red+Green+Blue) = 87+161+250=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #57A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FA is #A85E05. Grayscale: #949494. Windows color (decimal): -11034118 or 16425303. OLE color: 16425303.

HSL color Cylindrical-coordinate representation of color #57A1FA: hue angle of 212.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57A1FA is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 161 250 -
CMYK 0.65 0.36 0 0.02
HSL 212.76º 0.94% 0.66% -
HSV(B) 212.76º 0.65% 0.98% -
XYZ 33.93 34.42 95.3 -
YUV 149.02 184.98 83.76 -
System Red Green Blue C M Y K H S L
Decimal 87 161 250 0.65 0.36 0 0.02 212.76 0.94 0.66
Hex 57 A1 FA 41 24 0 2 D5 5E 42
Octal 127 241 372 101 44 0 2 325 136 102
Binary 1010111 10100001 11111010 1000001 100100 0 10 11010101 1011110 1000010

Color Harmonies of #57A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A1FA

Black with #57A1FA

Text Example


Text Example

White with #57A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,161,250); }

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

background-color css

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

 a { background-color: rgb(87,161,250); }

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

border-color css

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

 span { border-color: rgb(87,161,250); }

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