Html Css Color HEX #728CFD Cornflower Blue

📋 copy color: '#728CFD'

red 114 ◦ green 140 ◦ blue 253

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

Shades of Cornflower Blue #728CFD

Tints of Cornflower Blue #728CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 22.49%
G = 27.61%
B = 49.9%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#728CFD (or 0x728CFD) is known color: Cornflower Blue. HEX triplet: 72, 8C and FD. RGB value is (114,140,253). Sum of RGB (Red+Green+Blue) = 114+140+253=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #728CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CFD is #8D7302. Grayscale: #909090. Windows color (decimal): -9270019 or 16616562. OLE color: 16616562.

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

Color convert

RGB 114 140 253 -
CMYK 0.55 0.45 0 0.01
HSL 228.78º 0.97% 0.72% -
HSV(B) 228.78º 0.55% 0.99% -
XYZ 34.05 29.43 96.81 -
YUV 145.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 114 140 253 0.55 0.45 0 0.01 228.78 0.97 0.72
Hex 72 8C FD 37 2D 0 1 E5 61 48
Octal 162 214 375 67 55 0 1 345 141 110
Binary 1110010 10001100 11111101 110111 101101 0 1 11100101 1100001 1001000

Color Harmonies of #728CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CFD

Black with #728CFD

Text Example


Text Example

White with #728CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,253); }

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

background-color css

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

 a { background-color: rgb(114,140,253); }

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

border-color css

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

 span { border-color: rgb(114,140,253); }

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