Html Css Color HEX #538CEE Cornflower Blue

📋 copy color: '#538CEE'

red 83 ◦ green 140 ◦ blue 238

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

Shades of Cornflower Blue #538CEE

Tints of Cornflower Blue #538CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 18%
G = 30.37%
B = 51.63%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#538CEE (or 0x538CEE) is known color: Cornflower Blue. HEX triplet: 53, 8C and EE. RGB value is (83,140,238). Sum of RGB (Red+Green+Blue) = 83+140+238=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #538CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CEE is #AC7311. Grayscale: #858585. Windows color (decimal): -11301650 or 15633491. OLE color: 15633491.

HSL color Cylindrical-coordinate representation of color #538CEE: hue angle of 217.94º degrees, saturation: 0.82, 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 #538CEE is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 140 238 -
CMYK 0.65 0.41 0 0.07
HSL 217.94º 0.82% 0.63% -
HSV(B) 217.94º 0.65% 0.93% -
XYZ 28.38 26.77 84.56 -
YUV 134.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 83 140 238 0.65 0.41 0 0.07 217.94 0.82 0.63
Hex 53 8C EE 41 29 0 7 DA 52 3F
Octal 123 214 356 101 51 0 7 332 122 77
Binary 1010011 10001100 11101110 1000001 101001 0 111 11011010 1010010 111111

Color Harmonies of #538CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CEE

Black with #538CEE

Text Example


Text Example

White with #538CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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