Html Css Color HEX #728FEA Cornflower Blue

📋 copy color: '#728FEA'

red 114 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #728FEA

Tints of Cornflower Blue #728FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 23.22%
G = 29.12%
B = 47.66%

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

#728FEA (or 0x728FEA) is known color: Cornflower Blue. HEX triplet: 72, 8F and EA. RGB value is (114,143,234). Sum of RGB (Red+Green+Blue) = 114+143+234=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #728FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FEA is #8D7015. Grayscale: #909090. Windows color (decimal): -9269270 or 15372146. OLE color: 15372146.

HSL color Cylindrical-coordinate representation of color #728FEA: hue angle of 225.5º degrees, saturation: 0.74, 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 #728FEA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 143 234 -
CMYK 0.51 0.39 0 0.08
HSL 225.5º 0.74% 0.68% -
HSV(B) 225.5º 0.51% 0.92% -
XYZ 31.61 29.16 81.8 -
YUV 144.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 114 143 234 0.51 0.39 0 0.08 225.5 0.74 0.68
Hex 72 8F EA 33 27 0 8 E2 4A 44
Octal 162 217 352 63 47 0 10 342 112 104
Binary 1110010 10001111 11101010 110011 100111 0 1000 11100010 1001010 1000100

Color Harmonies of #728FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FEA

Black with #728FEA

Text Example


Text Example

White with #728FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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