Html Css Color HEX #57A1FD Cornflower Blue

📋 copy color: '#57A1FD'

red 87 ◦ green 161 ◦ blue 253

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

Shades of Cornflower Blue #57A1FD

Tints of Cornflower Blue #57A1FD

RGB

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

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

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

R = 17.37%
G = 32.14%
B = 50.5%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#57A1FD (or 0x57A1FD) is known color: Cornflower Blue. HEX triplet: 57, A1 and FD. RGB value is (87,161,253). Sum of RGB (Red+Green+Blue) = 87+161+253=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #57A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A1FD is #A85E02. Grayscale: #949494. Windows color (decimal): -11034115 or 16621911. OLE color: 16621911.

HSL color Cylindrical-coordinate representation of color #57A1FD: hue angle of 213.25º 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 #57A1FD is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 161 253 -
CMYK 0.66 0.36 0 0.01
HSL 213.25º 0.98% 0.67% -
HSV(B) 213.25º 0.66% 0.99% -
XYZ 34.4 34.61 97.8 -
YUV 149.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 87 161 253 0.66 0.36 0 0.01 213.25 0.98 0.67
Hex 57 A1 FD 42 24 0 1 D5 62 43
Octal 127 241 375 102 44 0 1 325 142 103
Binary 1010111 10100001 11111101 1000010 100100 0 1 11010101 1100010 1000011

Color Harmonies of #57A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A1FD

Black with #57A1FD

Text Example


Text Example

White with #57A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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