Html Css Color HEX #728FFE Cornflower Blue

📋 copy color: '#728FFE'

red 114 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #728FFE

Tints of Cornflower Blue #728FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.98%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 22.31%
G = 27.98%
B = 49.71%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#728FFE (or 0x728FFE) is known color: Cornflower Blue. HEX triplet: 72, 8F and FE. RGB value is (114,143,254). Sum of RGB (Red+Green+Blue) = 114+143+254=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #728FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FFE is #8D7001. Grayscale: #929292. Windows color (decimal): -9269250 or 16682866. OLE color: 16682866.

HSL color Cylindrical-coordinate representation of color #728FFE: hue angle of 227.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728FFE is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 143 254 -
CMYK 0.55 0.44 0 0.00
HSL 227.57º 0.99% 0.72% -
HSV(B) 227.57º 0.55% 1% -
XYZ 34.65 30.38 97.8 -
YUV 146.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 114 143 254 0.55 0.44 0 0.00 227.57 0.99 0.72
Hex 72 8F FE 37 2C 0 0 E4 63 48
Octal 162 217 376 67 54 0 0 344 143 110
Binary 1110010 10001111 11111110 110111 101100 0 0 11100100 1100011 1001000

Color Harmonies of #728FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FFE

Black with #728FFE

Text Example


Text Example

White with #728FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,143,254); }

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

background-color css

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

 a { background-color: rgb(114,143,254); }

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

border-color css

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

 span { border-color: rgb(114,143,254); }

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