Html Css Color HEX #537BFA Cornflower Blue

📋 copy color: '#537BFA'

red 83 ◦ green 123 ◦ blue 250

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

Shades of Cornflower Blue #537BFA

Tints of Cornflower Blue #537BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.97%

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

R = 18.2%
G = 26.97%
B = 54.82%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537BFA (or 0x537BFA) is known color: Cornflower Blue. HEX triplet: 53, 7B and FA. RGB value is (83,123,250). Sum of RGB (Red+Green+Blue) = 83+123+250=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #537BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFA is #AC8405. Grayscale: #7C7C7C. Windows color (decimal): -11305990 or 16415571. OLE color: 16415571.

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

Color convert

RGB 83 123 250 -
CMYK 0.67 0.51 0 0.02
HSL 225.63º 0.94% 0.65% -
HSV(B) 225.63º 0.67% 0.98% -
XYZ 27.91 22.91 93.39 -
YUV 125.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 83 123 250 0.67 0.51 0 0.02 225.63 0.94 0.65
Hex 53 7B FA 43 33 0 2 E2 5E 41
Octal 123 173 372 103 63 0 2 342 136 101
Binary 1010011 1111011 11111010 1000011 110011 0 10 11100010 1011110 1000001

Color Harmonies of #537BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BFA

Black with #537BFA

Text Example


Text Example

White with #537BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,123,250); }

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

background-color css

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

 a { background-color: rgb(83,123,250); }

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

border-color css

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

 span { border-color: rgb(83,123,250); }

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