Html Css Color HEX #728BFA Cornflower Blue

📋 copy color: '#728BFA'

red 114 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #728BFA

Tints of Cornflower Blue #728BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 22.66%
G = 27.63%
B = 49.7%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#728BFA (or 0x728BFA) is known color: Cornflower Blue. HEX triplet: 72, 8B and FA. RGB value is (114,139,250). Sum of RGB (Red+Green+Blue) = 114+139+250=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #728BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFA is #8D7405. Grayscale: #8F8F8F. Windows color (decimal): -9270278 or 16419698. OLE color: 16419698.

HSL color Cylindrical-coordinate representation of color #728BFA: hue angle of 228.97º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728BFA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 139 250 -
CMYK 0.54 0.44 0 0.02
HSL 228.97º 0.93% 0.71% -
HSV(B) 228.97º 0.54% 0.98% -
XYZ 33.43 28.94 94.27 -
YUV 144.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 114 139 250 0.54 0.44 0 0.02 228.97 0.93 0.71
Hex 72 8B FA 36 2C 0 2 E5 5D 47
Octal 162 213 372 66 54 0 2 345 135 107
Binary 1110010 10001011 11111010 110110 101100 0 10 11100101 1011101 1000111

Color Harmonies of #728BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BFA

Black with #728BFA

Text Example


Text Example

White with #728BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,139,250); }

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

background-color css

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

 a { background-color: rgb(114,139,250); }

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

border-color css

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

 span { border-color: rgb(114,139,250); }

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