Html Css Color HEX #538EFF Cornflower Blue

📋 copy color: '#538EFF'

red 83 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #538EFF

Tints of Cornflower Blue #538EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

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

R = 17.29%
G = 29.58%
B = 53.13%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#538EFF (or 0x538EFF) is known color: Cornflower Blue. HEX triplet: 53, 8E and FF. RGB value is (83,142,255). Sum of RGB (Red+Green+Blue) = 83+142+255=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #538EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EFF is #AC7100. Grayscale: #888888. Windows color (decimal): -11301121 or 16748115. OLE color: 16748115.

HSL color Cylindrical-coordinate representation of color #538EFF: hue angle of 219.42º 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 #538EFF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 142 255 -
CMYK 0.67 0.44 0 0
HSL 219.42º 1% 0.66% -
HSV(B) 219.42º 0.67% 1% -
XYZ 31.29 28.41 98.44 -
YUV 137.24 194.45 89.31 -
System Red Green Blue C M Y K H S L
Decimal 83 142 255 0.67 0.44 0 0 219.42 1 0.66
Hex 53 8E FF 43 2C 0 0 DB 64 42
Octal 123 216 377 103 54 0 0 333 144 102
Binary 1010011 10001110 11111111 1000011 101100 0 0 11011011 1100100 1000010

Color Harmonies of #538EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EFF

Black with #538EFF

Text Example


Text Example

White with #538EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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