Html Css Color HEX #538DFF Cornflower Blue

📋 copy color: '#538DFF'

red 83 ◦ green 141 ◦ blue 255

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

Shades of Cornflower Blue #538DFF

Tints of Cornflower Blue #538DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 17.33%
G = 29.44%
B = 53.24%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#538DFF (or 0x538DFF) is known color: Cornflower Blue. HEX triplet: 53, 8D and FF. RGB value is (83,141,255). Sum of RGB (Red+Green+Blue) = 83+141+255=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #538DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DFF is #AC7200. Grayscale: #888888. Windows color (decimal): -11301377 or 16747859. OLE color: 16747859.

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

Color convert

RGB 83 141 255 -
CMYK 0.67 0.45 0 0
HSL 219.77º 1% 0.66% -
HSV(B) 219.77º 0.67% 1% -
XYZ 31.14 28.11 98.39 -
YUV 136.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 83 141 255 0.67 0.45 0 0 219.77 1 0.66
Hex 53 8D FF 43 2D 0 0 DC 64 42
Octal 123 215 377 103 55 0 0 334 144 102
Binary 1010011 10001101 11111111 1000011 101101 0 0 11011100 1100100 1000010

Color Harmonies of #538DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DFF

Black with #538DFF

Text Example


Text Example

White with #538DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,255); }

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

background-color css

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

 a { background-color: rgb(83,141,255); }

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

border-color css

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

 span { border-color: rgb(83,141,255); }

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