Html Css Color HEX #728AF1 Cornflower Blue

📋 copy color: '#728AF1'

red 114 ◦ green 138 ◦ blue 241

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

Shades of Cornflower Blue #728AF1

Tints of Cornflower Blue #728AF1

RGB

 RED value IS 114 (44.92% from 255) = 23.12%

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 241 (94.53% from 255) = 48.88%

R = 23.12%
G = 27.99%
B = 48.88%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#728AF1 (or 0x728AF1) is known color: Cornflower Blue. HEX triplet: 72, 8A and F1. RGB value is (114,138,241). Sum of RGB (Red+Green+Blue) = 114+138+241=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #728AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF1 is #8D750E. Grayscale: #8E8E8E. Windows color (decimal): -9270543 or 15829618. OLE color: 15829618.

HSL color Cylindrical-coordinate representation of color #728AF1: hue angle of 228.66º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728AF1 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 138 241 -
CMYK 0.53 0.43 0 0.05
HSL 228.66º 0.82% 0.7% -
HSV(B) 228.66º 0.53% 0.95% -
XYZ 31.91 28.11 86.96 -
YUV 142.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 114 138 241 0.53 0.43 0 0.05 228.66 0.82 0.7
Hex 72 8A F1 35 2B 0 5 E5 52 46
Octal 162 212 361 65 53 0 5 345 122 106
Binary 1110010 10001010 11110001 110101 101011 0 101 11100101 1010010 1000110

Color Harmonies of #728AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AF1

Black with #728AF1

Text Example


Text Example

White with #728AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728AF1; }

 p { color: rgb(114,138,241); }

 H1.HeaderClassName
 {
   color: #728AF1;
 }
 .AnyTagClassName
 {
   color: #728AF1;
 }
</style>

background-color css

<style>
 a { background-color: #728AF1; }

 a { background-color: rgb(114,138,241); }

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

border-color css

<style>
 span { border-color: #728AF1; }

 span { border-color: rgb(114,138,241); }

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