Html Css Color HEX #728AFF Cornflower Blue

📋 copy color: '#728AFF'

red 114 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #728AFF

Tints of Cornflower Blue #728AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.22%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 22.49%
G = 27.22%
B = 50.3%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#728AFF (or 0x728AFF) is known color: Cornflower Blue. HEX triplet: 72, 8A and FF. RGB value is (114,138,255). Sum of RGB (Red+Green+Blue) = 114+138+255=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #728AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AFF is #8D7500. Grayscale: #8F8F8F. Windows color (decimal): -9270529 or 16747122. OLE color: 16747122.

HSL color Cylindrical-coordinate representation of color #728AFF: hue angle of 229.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728AFF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 138 255 -
CMYK 0.55 0.46 0 0
HSL 229.79º 1% 0.72% -
HSV(B) 229.79º 0.55% 1% -
XYZ 34.08 28.97 98.4 -
YUV 144.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 114 138 255 0.55 0.46 0 0 229.79 1 0.72
Hex 72 8A FF 37 2E 0 0 E6 64 48
Octal 162 212 377 67 56 0 0 346 144 110
Binary 1110010 10001010 11111111 110111 101110 0 0 11100110 1100100 1001000

Color Harmonies of #728AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AFF

Black with #728AFF

Text Example


Text Example

White with #728AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,255); }

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

background-color css

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

 a { background-color: rgb(114,138,255); }

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

border-color css

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

 span { border-color: rgb(114,138,255); }

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