Html Css Color HEX #538CFC Cornflower Blue

📋 copy color: '#538CFC'

red 83 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #538CFC

Tints of Cornflower Blue #538CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 17.47%
G = 29.47%
B = 53.05%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#538CFC (or 0x538CFC) is known color: Cornflower Blue. HEX triplet: 53, 8C and FC. RGB value is (83,140,252). Sum of RGB (Red+Green+Blue) = 83+140+252=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #538CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CFC is #AC7303. Grayscale: #878787. Windows color (decimal): -11301636 or 16550995. OLE color: 16550995.

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

Color convert

RGB 83 140 252 -
CMYK 0.67 0.44 0 0.01
HSL 219.76º 0.97% 0.66% -
HSV(B) 219.76º 0.67% 0.99% -
XYZ 30.52 27.62 95.82 -
YUV 135.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 83 140 252 0.67 0.44 0 0.01 219.76 0.97 0.66
Hex 53 8C FC 43 2C 0 1 DC 61 42
Octal 123 214 374 103 54 0 1 334 141 102
Binary 1010011 10001100 11111100 1000011 101100 0 1 11011100 1100001 1000010

Color Harmonies of #538CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CFC

Black with #538CFC

Text Example


Text Example

White with #538CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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