Html Css Color HEX #538FEC Cornflower Blue

📋 copy color: '#538FEC'

red 83 ◦ green 143 ◦ blue 236

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

Shades of Cornflower Blue #538FEC

Tints of Cornflower Blue #538FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 17.97%
G = 30.95%
B = 51.08%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#538FEC (or 0x538FEC) is known color: Cornflower Blue. HEX triplet: 53, 8F and EC. RGB value is (83,143,236). Sum of RGB (Red+Green+Blue) = 83+143+236=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #538FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FEC is #AC7013. Grayscale: #878787. Windows color (decimal): -11300884 or 15503187. OLE color: 15503187.

HSL color Cylindrical-coordinate representation of color #538FEC: hue angle of 216.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538FEC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 143 236 -
CMYK 0.65 0.39 0 0.07
HSL 216.47º 0.8% 0.63% -
HSV(B) 216.47º 0.65% 0.93% -
XYZ 28.53 27.54 83.17 -
YUV 135.66 184.62 90.44 -
System Red Green Blue C M Y K H S L
Decimal 83 143 236 0.65 0.39 0 0.07 216.47 0.8 0.63
Hex 53 8F EC 41 27 0 7 D8 50 3F
Octal 123 217 354 101 47 0 7 330 120 77
Binary 1010011 10001111 11101100 1000001 100111 0 111 11011000 1010000 111111

Color Harmonies of #538FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FEC

Black with #538FEC

Text Example


Text Example

White with #538FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538FEC; }

 p { color: rgb(83,143,236); }

 H1.HeaderClassName
 {
   color: #538FEC;
 }
 .AnyTagClassName
 {
   color: #538FEC;
 }
</style>

background-color css

<style>
 a { background-color: #538FEC; }

 a { background-color: rgb(83,143,236); }

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

border-color css

<style>
 span { border-color: #538FEC; }

 span { border-color: rgb(83,143,236); }

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