Html Css Color HEX #538DF4 Cornflower Blue

📋 copy color: '#538DF4'

red 83 ◦ green 141 ◦ blue 244

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

Shades of Cornflower Blue #538DF4

Tints of Cornflower Blue #538DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.14%

R = 17.74%
G = 30.13%
B = 52.14%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#538DF4 (or 0x538DF4) is known color: Cornflower Blue. HEX triplet: 53, 8D and F4. RGB value is (83,141,244). Sum of RGB (Red+Green+Blue) = 83+141+244=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #538DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DF4 is #AC720B. Grayscale: #868686. Windows color (decimal): -11301388 or 16026963. OLE color: 16026963.

HSL color Cylindrical-coordinate representation of color #538DF4: hue angle of 218.39º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538DF4 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 141 244 -
CMYK 0.66 0.42 0 0.04
HSL 218.39º 0.88% 0.64% -
HSV(B) 218.39º 0.66% 0.96% -
XYZ 29.42 27.42 89.33 -
YUV 135.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 83 141 244 0.66 0.42 0 0.04 218.39 0.88 0.64
Hex 53 8D F4 42 2A 0 4 DA 58 40
Octal 123 215 364 102 52 0 4 332 130 100
Binary 1010011 10001101 11110100 1000010 101010 0 100 11011010 1011000 1000000

Color Harmonies of #538DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DF4

Black with #538DF4

Text Example


Text Example

White with #538DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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