Html Css Color HEX #538EEF Cornflower Blue

📋 copy color: '#538EEF'

red 83 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #538EEF

Tints of Cornflower Blue #538EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 17.89%
G = 30.6%
B = 51.51%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#538EEF (or 0x538EEF) is known color: Cornflower Blue. HEX triplet: 53, 8E and EF. RGB value is (83,142,239). Sum of RGB (Red+Green+Blue) = 83+142+239=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #538EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EEF is #AC7110. Grayscale: #868686. Windows color (decimal): -11301137 or 15699539. OLE color: 15699539.

HSL color Cylindrical-coordinate representation of color #538EEF: hue angle of 217.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538EEF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 142 239 -
CMYK 0.65 0.41 0 0.06
HSL 217.31º 0.83% 0.63% -
HSV(B) 217.31º 0.65% 0.94% -
XYZ 28.82 27.42 85.43 -
YUV 135.42 186.45 90.61 -
System Red Green Blue C M Y K H S L
Decimal 83 142 239 0.65 0.41 0 0.06 217.31 0.83 0.63
Hex 53 8E EF 41 29 0 6 D9 53 3F
Octal 123 216 357 101 51 0 6 331 123 77
Binary 1010011 10001110 11101111 1000001 101001 0 110 11011001 1010011 111111

Color Harmonies of #538EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EEF

Black with #538EEF

Text Example


Text Example

White with #538EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,142,239); }

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

background-color css

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

 a { background-color: rgb(83,142,239); }

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

border-color css

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

 span { border-color: rgb(83,142,239); }

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