Html Css Color HEX #727FE0 Cornflower Blue

📋 copy color: '#727FE0'

red 114 ◦ green 127 ◦ blue 224

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

Shades of Cornflower Blue #727FE0

Tints of Cornflower Blue #727FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 224 (87.89% from 255) = 48.17%

R = 24.52%
G = 27.31%
B = 48.17%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#727FE0 (or 0x727FE0) is known color: Cornflower Blue. HEX triplet: 72, 7F and E0. RGB value is (114,127,224). Sum of RGB (Red+Green+Blue) = 114+127+224=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #727FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FE0 is #8D801F. Grayscale: #858585. Windows color (decimal): -9273376 or 14712690. OLE color: 14712690.

HSL color Cylindrical-coordinate representation of color #727FE0: hue angle of 232.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727FE0 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 127 224 -
CMYK 0.49 0.43 0 0.12
HSL 232.91º 0.64% 0.66% -
HSV(B) 232.91º 0.49% 0.88% -
XYZ 27.98 24.14 73.71 -
YUV 134.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 114 127 224 0.49 0.43 0 0.12 232.91 0.64 0.66
Hex 72 7F E0 31 2B 0 C E9 40 42
Octal 162 177 340 61 53 0 14 351 100 102
Binary 1110010 1111111 11100000 110001 101011 0 1100 11101001 1000000 1000010

Color Harmonies of #727FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FE0

Black with #727FE0

Text Example


Text Example

White with #727FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727FE0; }

 p { color: rgb(114,127,224); }

 H1.HeaderClassName
 {
   color: #727FE0;
 }
 .AnyTagClassName
 {
   color: #727FE0;
 }
</style>

background-color css

<style>
 a { background-color: #727FE0; }

 a { background-color: rgb(114,127,224); }

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

border-color css

<style>
 span { border-color: #727FE0; }

 span { border-color: rgb(114,127,224); }

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