Html Css Color HEX #538EF2 Cornflower Blue

📋 copy color: '#538EF2'

red 83 ◦ green 142 ◦ blue 242

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

Shades of Cornflower Blue #538EF2

Tints of Cornflower Blue #538EF2

RGB

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

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

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

R = 17.77%
G = 30.41%
B = 51.82%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#538EF2 (or 0x538EF2) is known color: Cornflower Blue. HEX triplet: 53, 8E and F2. RGB value is (83,142,242). Sum of RGB (Red+Green+Blue) = 83+142+242=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #538EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EF2 is #AC710D. Grayscale: #878787. Windows color (decimal): -11301134 or 15896147. OLE color: 15896147.

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

Color convert

RGB 83 142 242 -
CMYK 0.66 0.41 0 0.05
HSL 217.74º 0.86% 0.64% -
HSV(B) 217.74º 0.66% 0.95% -
XYZ 29.27 27.6 87.79 -
YUV 135.76 187.95 90.37 -
System Red Green Blue C M Y K H S L
Decimal 83 142 242 0.66 0.41 0 0.05 217.74 0.86 0.64
Hex 53 8E F2 42 29 0 5 DA 56 40
Octal 123 216 362 102 51 0 5 332 126 100
Binary 1010011 10001110 11110010 1000010 101001 0 101 11011010 1010110 1000000

Color Harmonies of #538EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EF2

Black with #538EF2

Text Example


Text Example

White with #538EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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