Html Css Color HEX #538FE0 Cornflower Blue

📋 copy color: '#538FE0'

red 83 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #538FE0

Tints of Cornflower Blue #538FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 18.44%
G = 31.78%
B = 49.78%

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

#538FE0 (or 0x538FE0) is known color: Cornflower Blue. HEX triplet: 53, 8F and E0. RGB value is (83,143,224). Sum of RGB (Red+Green+Blue) = 83+143+224=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #538FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FE0 is #AC701F. Grayscale: #858585. Windows color (decimal): -11300896 or 14716755. OLE color: 14716755.

HSL color Cylindrical-coordinate representation of color #538FE0: hue angle of 214.47º degrees, saturation: 0.69, 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 #538FE0 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 143 224 -
CMYK 0.63 0.36 0 0.12
HSL 214.47º 0.69% 0.6% -
HSV(B) 214.47º 0.63% 0.88% -
XYZ 26.84 26.87 74.29 -
YUV 134.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 83 143 224 0.63 0.36 0 0.12 214.47 0.69 0.6
Hex 53 8F E0 3F 24 0 C D6 45 3C
Octal 123 217 340 77 44 0 14 326 105 74
Binary 1010011 10001111 11100000 111111 100100 0 1100 11010110 1000101 111100

Color Harmonies of #538FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FE0

Black with #538FE0

Text Example


Text Example

White with #538FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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