Html Css Color HEX #5193F2 Cornflower Blue

📋 copy color: '#5193F2'

red 81 ◦ green 147 ◦ blue 242

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

Shades of Cornflower Blue #5193F2

Tints of Cornflower Blue #5193F2

RGB

 RED value IS 81 (32.03% from 255) = 17.23%

 GREEN value IS 147 (57.81% from 255) = 31.28%

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

R = 17.23%
G = 31.28%
B = 51.49%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5193F2 (or 0x5193F2) is known color: Cornflower Blue. HEX triplet: 51, 93 and F2. RGB value is (81,147,242). Sum of RGB (Red+Green+Blue) = 81+147+242=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #5193F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5193F2 is #AE6C0D. Grayscale: #898989. Windows color (decimal): -11430926 or 15897425. OLE color: 15897425.

HSL color Cylindrical-coordinate representation of color #5193F2: hue angle of 215.4º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5193F2 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 147 242 -
CMYK 0.67 0.39 0 0.05
HSL 215.4º 0.86% 0.63% -
HSV(B) 215.4º 0.67% 0.95% -
XYZ 29.85 29.03 88.03 -
YUV 138.1 186.63 87.28 -
System Red Green Blue C M Y K H S L
Decimal 81 147 242 0.67 0.39 0 0.05 215.4 0.86 0.63
Hex 51 93 F2 43 27 0 5 D7 56 3F
Octal 121 223 362 103 47 0 5 327 126 77
Binary 1010001 10010011 11110010 1000011 100111 0 101 11010111 1010110 111111

Color Harmonies of #5193F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5193F2

Black with #5193F2

Text Example


Text Example

White with #5193F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5193F2; }

 p { color: rgb(81,147,242); }

 H1.HeaderClassName
 {
   color: #5193F2;
 }
 .AnyTagClassName
 {
   color: #5193F2;
 }
</style>

background-color css

<style>
 a { background-color: #5193F2; }

 a { background-color: rgb(81,147,242); }

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

border-color css

<style>
 span { border-color: #5193F2; }

 span { border-color: rgb(81,147,242); }

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