Html Css Color HEX #728FEB Cornflower Blue

📋 copy color: '#728FEB'

red 114 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #728FEB

Tints of Cornflower Blue #728FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 23.17%
G = 29.07%
B = 47.76%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#728FEB (or 0x728FEB) is known color: Cornflower Blue. HEX triplet: 72, 8F and EB. RGB value is (114,143,235). Sum of RGB (Red+Green+Blue) = 114+143+235=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #728FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FEB is #8D7014. Grayscale: #909090. Windows color (decimal): -9269269 or 15437682. OLE color: 15437682.

HSL color Cylindrical-coordinate representation of color #728FEB: hue angle of 225.62º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728FEB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 143 235 -
CMYK 0.51 0.39 0 0.08
HSL 225.62º 0.75% 0.68% -
HSV(B) 225.62º 0.51% 0.92% -
XYZ 31.76 29.22 82.56 -
YUV 144.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 114 143 235 0.51 0.39 0 0.08 225.62 0.75 0.68
Hex 72 8F EB 33 27 0 8 E2 4B 44
Octal 162 217 353 63 47 0 10 342 113 104
Binary 1110010 10001111 11101011 110011 100111 0 1000 11100010 1001011 1000100

Color Harmonies of #728FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FEB

Black with #728FEB

Text Example


Text Example

White with #728FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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