Html Css Color HEX #538CFE Cornflower Blue

📋 copy color: '#538CFE'

red 83 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #538CFE

Tints of Cornflower Blue #538CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 17.4%
G = 29.35%
B = 53.25%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#538CFE (or 0x538CFE) is known color: Cornflower Blue. HEX triplet: 53, 8C and FE. RGB value is (83,140,254). Sum of RGB (Red+Green+Blue) = 83+140+254=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #538CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CFE is #AC7301. Grayscale: #878787. Windows color (decimal): -11301634 or 16682067. OLE color: 16682067.

HSL color Cylindrical-coordinate representation of color #538CFE: hue angle of 220º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538CFE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 140 254 -
CMYK 0.67 0.45 0 0.00
HSL 220º 0.99% 0.66% -
HSV(B) 220º 0.67% 1% -
XYZ 30.83 27.75 97.5 -
YUV 135.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 83 140 254 0.67 0.45 0 0.00 220 0.99 0.66
Hex 53 8C FE 43 2D 0 0 DC 63 42
Octal 123 214 376 103 55 0 0 334 143 102
Binary 1010011 10001100 11111110 1000011 101101 0 0 11011100 1100011 1000010

Color Harmonies of #538CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CFE

Black with #538CFE

Text Example


Text Example

White with #538CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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