Html Css Color HEX #5197EA Cornflower Blue

📋 copy color: '#5197EA'

red 81 ◦ green 151 ◦ blue 234

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

Shades of Cornflower Blue #5197EA

Tints of Cornflower Blue #5197EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.4%

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 17.38%
G = 32.4%
B = 50.21%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5197EA (or 0x5197EA) is known color: Cornflower Blue. HEX triplet: 51, 97 and EA. RGB value is (81,151,234). Sum of RGB (Red+Green+Blue) = 81+151+234=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #5197EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5197EA is #AE6815. Grayscale: #8B8B8B. Windows color (decimal): -11429910 or 15374161. OLE color: 15374161.

HSL color Cylindrical-coordinate representation of color #5197EA: hue angle of 212.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5197EA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 151 234 -
CMYK 0.65 0.35 0 0.08
HSL 212.55º 0.78% 0.62% -
HSV(B) 212.55º 0.65% 0.92% -
XYZ 29.31 29.82 82.05 -
YUV 139.53 181.31 86.25 -
System Red Green Blue C M Y K H S L
Decimal 81 151 234 0.65 0.35 0 0.08 212.55 0.78 0.62
Hex 51 97 EA 41 23 0 8 D5 4E 3E
Octal 121 227 352 101 43 0 10 325 116 76
Binary 1010001 10010111 11101010 1000001 100011 0 1000 11010101 1001110 111110

Color Harmonies of #5197EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5197EA

Black with #5197EA

Text Example


Text Example

White with #5197EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5197EA; }

 p { color: rgb(81,151,234); }

 H1.HeaderClassName
 {
   color: #5197EA;
 }
 .AnyTagClassName
 {
   color: #5197EA;
 }
</style>

background-color css

<style>
 a { background-color: #5197EA; }

 a { background-color: rgb(81,151,234); }

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

border-color css

<style>
 span { border-color: #5197EA; }

 span { border-color: rgb(81,151,234); }

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