Html Css Color HEX #538CEA Cornflower Blue

📋 copy color: '#538CEA'

red 83 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #538CEA

Tints of Cornflower Blue #538CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.63%

 BLUE value IS 234 (91.8% from 255) = 51.2%

R = 18.16%
G = 30.63%
B = 51.2%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#538CEA (or 0x538CEA) is known color: Cornflower Blue. HEX triplet: 53, 8C and EA. RGB value is (83,140,234). Sum of RGB (Red+Green+Blue) = 83+140+234=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #538CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CEA is #AC7315. Grayscale: #858585. Windows color (decimal): -11301654 or 15371347. OLE color: 15371347.

HSL color Cylindrical-coordinate representation of color #538CEA: hue angle of 217.35º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538CEA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 140 234 -
CMYK 0.65 0.40 0 0.08
HSL 217.35º 0.78% 0.62% -
HSV(B) 217.35º 0.65% 0.92% -
XYZ 27.8 26.54 81.5 -
YUV 133.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 83 140 234 0.65 0.40 0 0.08 217.35 0.78 0.62
Hex 53 8C EA 41 28 0 8 D9 4E 3E
Octal 123 214 352 101 50 0 10 331 116 76
Binary 1010011 10001100 11101010 1000001 101000 0 1000 11011001 1001110 111110

Color Harmonies of #538CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CEA

Black with #538CEA

Text Example


Text Example

White with #538CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,234); }

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

background-color css

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

 a { background-color: rgb(83,140,234); }

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

border-color css

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

 span { border-color: rgb(83,140,234); }

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