Html Css Color HEX #538CF2 Cornflower Blue

📋 copy color: '#538CF2'

red 83 ◦ green 140 ◦ blue 242

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

Shades of Cornflower Blue #538CF2

Tints of Cornflower Blue #538CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 17.85%
G = 30.11%
B = 52.04%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#538CF2 (or 0x538CF2) is known color: Cornflower Blue. HEX triplet: 53, 8C and F2. RGB value is (83,140,242). Sum of RGB (Red+Green+Blue) = 83+140+242=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #538CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CF2 is #AC730D. Grayscale: #868686. Windows color (decimal): -11301646 or 15895635. OLE color: 15895635.

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

Color convert

RGB 83 140 242 -
CMYK 0.66 0.42 0 0.05
HSL 218.49º 0.86% 0.64% -
HSV(B) 218.49º 0.66% 0.95% -
XYZ 28.97 27.01 87.69 -
YUV 134.59 188.62 91.21 -
System Red Green Blue C M Y K H S L
Decimal 83 140 242 0.66 0.42 0 0.05 218.49 0.86 0.64
Hex 53 8C F2 42 2A 0 5 DA 56 40
Octal 123 214 362 102 52 0 5 332 126 100
Binary 1010011 10001100 11110010 1000010 101010 0 101 11011010 1010110 1000000

Color Harmonies of #538CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CF2

Black with #538CF2

Text Example


Text Example

White with #538CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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