Html Css Color HEX #537FF8 Cornflower Blue

📋 copy color: '#537FF8'

red 83 ◦ green 127 ◦ blue 248

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

Shades of Cornflower Blue #537FF8

Tints of Cornflower Blue #537FF8

RGB

 RED value IS 83 (32.81% from 255) = 18.12%

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 18.12%
G = 27.73%
B = 54.15%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#537FF8 (or 0x537FF8) is known color: Cornflower Blue. HEX triplet: 53, 7F and F8. RGB value is (83,127,248). Sum of RGB (Red+Green+Blue) = 83+127+248=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #537FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FF8 is #AC8007. Grayscale: #7F7F7F. Windows color (decimal): -11304968 or 16285523. OLE color: 16285523.

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

Color convert

RGB 83 127 248 -
CMYK 0.67 0.49 0 0.03
HSL 224º 0.92% 0.65% -
HSV(B) 224º 0.67% 0.97% -
XYZ 28.1 23.8 91.92 -
YUV 127.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 83 127 248 0.67 0.49 0 0.03 224 0.92 0.65
Hex 53 7F F8 43 31 0 3 E0 5C 41
Octal 123 177 370 103 61 0 3 340 134 101
Binary 1010011 1111111 11111000 1000011 110001 0 11 11100000 1011100 1000001

Color Harmonies of #537FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FF8

Black with #537FF8

Text Example


Text Example

White with #537FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537FF8; }

 p { color: rgb(83,127,248); }

 H1.HeaderClassName
 {
   color: #537FF8;
 }
 .AnyTagClassName
 {
   color: #537FF8;
 }
</style>

background-color css

<style>
 a { background-color: #537FF8; }

 a { background-color: rgb(83,127,248); }

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

border-color css

<style>
 span { border-color: #537FF8; }

 span { border-color: rgb(83,127,248); }

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