Html Css Color HEX #728FEE Cornflower Blue

📋 copy color: '#728FEE'

red 114 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #728FEE

Tints of Cornflower Blue #728FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 23.03%
G = 28.89%
B = 48.08%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#728FEE (or 0x728FEE) is known color: Cornflower Blue. HEX triplet: 72, 8F and EE. RGB value is (114,143,238). Sum of RGB (Red+Green+Blue) = 114+143+238=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #728FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FEE is #8D7011. Grayscale: #909090. Windows color (decimal): -9269266 or 15634290. OLE color: 15634290.

HSL color Cylindrical-coordinate representation of color #728FEE: hue angle of 225.97º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728FEE is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 143 238 -
CMYK 0.52 0.40 0 0.07
HSL 225.97º 0.78% 0.69% -
HSV(B) 225.97º 0.52% 0.93% -
XYZ 32.19 29.4 84.87 -
YUV 145.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 114 143 238 0.52 0.40 0 0.07 225.97 0.78 0.69
Hex 72 8F EE 34 28 0 7 E2 4E 45
Octal 162 217 356 64 50 0 7 342 116 105
Binary 1110010 10001111 11101110 110100 101000 0 111 11100010 1001110 1000101

Color Harmonies of #728FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FEE

Black with #728FEE

Text Example


Text Example

White with #728FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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