Html Css Color HEX #538CF4 Cornflower Blue

📋 copy color: '#538CF4'

red 83 ◦ green 140 ◦ blue 244

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

Shades of Cornflower Blue #538CF4

Tints of Cornflower Blue #538CF4

RGB

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

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

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

R = 17.77%
G = 29.98%
B = 52.25%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#538CF4 (or 0x538CF4) is known color: Cornflower Blue. HEX triplet: 53, 8C and F4. RGB value is (83,140,244). Sum of RGB (Red+Green+Blue) = 83+140+244=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #538CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CF4 is #AC730B. Grayscale: #868686. Windows color (decimal): -11301644 or 16026707. OLE color: 16026707.

HSL color Cylindrical-coordinate representation of color #538CF4: hue angle of 218.76º 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 #538CF4 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 140 244 -
CMYK 0.66 0.43 0 0.04
HSL 218.76º 0.88% 0.64% -
HSV(B) 218.76º 0.66% 0.96% -
XYZ 29.27 27.13 89.28 -
YUV 134.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 83 140 244 0.66 0.43 0 0.04 218.76 0.88 0.64
Hex 53 8C F4 42 2B 0 4 DB 58 40
Octal 123 214 364 102 53 0 4 333 130 100
Binary 1010011 10001100 11110100 1000010 101011 0 100 11011011 1011000 1000000

Color Harmonies of #538CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CF4

Black with #538CF4

Text Example


Text Example

White with #538CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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