Html Css Color HEX #728DFB Cornflower Blue

📋 copy color: '#728DFB'

red 114 ◦ green 141 ◦ blue 251

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

Shades of Cornflower Blue #728DFB

Tints of Cornflower Blue #728DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.87%

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 22.53%
G = 27.87%
B = 49.6%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#728DFB (or 0x728DFB) is known color: Cornflower Blue. HEX triplet: 72, 8D and FB. RGB value is (114,141,251). Sum of RGB (Red+Green+Blue) = 114+141+251=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #728DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DFB is #8D7204. Grayscale: #919191. Windows color (decimal): -9269765 or 16485746. OLE color: 16485746.

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

Color convert

RGB 114 141 251 -
CMYK 0.55 0.44 0 0.02
HSL 228.18º 0.94% 0.72% -
HSV(B) 228.18º 0.55% 0.98% -
XYZ 33.88 29.59 95.19 -
YUV 145.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 114 141 251 0.55 0.44 0 0.02 228.18 0.94 0.72
Hex 72 8D FB 37 2C 0 2 E4 5E 48
Octal 162 215 373 67 54 0 2 344 136 110
Binary 1110010 10001101 11111011 110111 101100 0 10 11100100 1011110 1001000

Color Harmonies of #728DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DFB

Black with #728DFB

Text Example


Text Example

White with #728DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,251); }

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

background-color css

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

 a { background-color: rgb(114,141,251); }

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

border-color css

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

 span { border-color: rgb(114,141,251); }

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