Html Css Color HEX #538AEE Cornflower Blue

📋 copy color: '#538AEE'

red 83 ◦ green 138 ◦ blue 238

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

Shades of Cornflower Blue #538AEE

Tints of Cornflower Blue #538AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 18.08%
G = 30.07%
B = 51.85%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#538AEE (or 0x538AEE) is known color: Cornflower Blue. HEX triplet: 53, 8A and EE. RGB value is (83,138,238). Sum of RGB (Red+Green+Blue) = 83+138+238=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #538AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538AEE is #AC7511. Grayscale: #848484. Windows color (decimal): -11302162 or 15632979. OLE color: 15632979.

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

Color convert

RGB 83 138 238 -
CMYK 0.65 0.42 0 0.07
HSL 218.71º 0.82% 0.63% -
HSV(B) 218.71º 0.65% 0.93% -
XYZ 28.09 26.19 84.46 -
YUV 132.96 187.28 92.37 -
System Red Green Blue C M Y K H S L
Decimal 83 138 238 0.65 0.42 0 0.07 218.71 0.82 0.63
Hex 53 8A EE 41 2A 0 7 DB 52 3F
Octal 123 212 356 101 52 0 7 333 122 77
Binary 1010011 10001010 11101110 1000001 101010 0 111 11011011 1010010 111111

Color Harmonies of #538AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AEE

Black with #538AEE

Text Example


Text Example

White with #538AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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