Html Css Color HEX #728EEF Cornflower Blue

📋 copy color: '#728EEF'

red 114 ◦ green 142 ◦ blue 239

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

Shades of Cornflower Blue #728EEF

Tints of Cornflower Blue #728EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.69%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 23.03%
G = 28.69%
B = 48.28%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#728EEF (or 0x728EEF) is known color: Cornflower Blue. HEX triplet: 72, 8E and EF. RGB value is (114,142,239). Sum of RGB (Red+Green+Blue) = 114+142+239=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #728EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EEF is #8D7110. Grayscale: #909090. Windows color (decimal): -9269521 or 15699570. OLE color: 15699570.

HSL color Cylindrical-coordinate representation of color #728EEF: hue angle of 226.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728EEF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 142 239 -
CMYK 0.52 0.41 0 0.06
HSL 226.56º 0.8% 0.69% -
HSV(B) 226.56º 0.52% 0.94% -
XYZ 32.19 29.16 85.59 -
YUV 144.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 114 142 239 0.52 0.41 0 0.06 226.56 0.8 0.69
Hex 72 8E EF 34 29 0 6 E3 50 45
Octal 162 216 357 64 51 0 6 343 120 105
Binary 1110010 10001110 11101111 110100 101001 0 110 11100011 1010000 1000101

Color Harmonies of #728EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EEF

Black with #728EEF

Text Example


Text Example

White with #728EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,142,239); }

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

background-color css

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

 a { background-color: rgb(114,142,239); }

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

border-color css

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

 span { border-color: rgb(114,142,239); }

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