Html Css Color HEX #538FE1 Cornflower Blue

📋 copy color: '#538FE1'

red 83 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #538FE1

Tints of Cornflower Blue #538FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 18.4%
G = 31.71%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#538FE1 (or 0x538FE1) is known color: Cornflower Blue. HEX triplet: 53, 8F and E1. RGB value is (83,143,225). Sum of RGB (Red+Green+Blue) = 83+143+225=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #538FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FE1 is #AC701E. Grayscale: #868686. Windows color (decimal): -11300895 or 14782291. OLE color: 14782291.

HSL color Cylindrical-coordinate representation of color #538FE1: hue angle of 214.65º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538FE1 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 143 225 -
CMYK 0.63 0.36 0 0.12
HSL 214.65º 0.7% 0.6% -
HSV(B) 214.65º 0.63% 0.88% -
XYZ 26.98 26.92 75.01 -
YUV 134.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 83 143 225 0.63 0.36 0 0.12 214.65 0.7 0.6
Hex 53 8F E1 3F 24 0 C D7 46 3C
Octal 123 217 341 77 44 0 14 327 106 74
Binary 1010011 10001111 11100001 111111 100100 0 1100 11010111 1000110 111100

Color Harmonies of #538FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FE1

Black with #538FE1

Text Example


Text Example

White with #538FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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