Html Css Color HEX #728FFB Cornflower Blue

📋 copy color: '#728FFB'

red 114 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #728FFB

Tints of Cornflower Blue #728FFB

RGB

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

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

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

R = 22.44%
G = 28.15%
B = 49.41%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#728FFB (or 0x728FFB) is known color: Cornflower Blue. HEX triplet: 72, 8F and FB. RGB value is (114,143,251). Sum of RGB (Red+Green+Blue) = 114+143+251=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #728FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FFB is #8D7004. Grayscale: #929292. Windows color (decimal): -9269253 or 16486258. OLE color: 16486258.

HSL color Cylindrical-coordinate representation of color #728FFB: hue angle of 227.3º 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 #728FFB is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 143 251 -
CMYK 0.55 0.43 0 0.02
HSL 227.3º 0.94% 0.72% -
HSV(B) 227.3º 0.55% 0.98% -
XYZ 34.17 30.19 95.29 -
YUV 146.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 114 143 251 0.55 0.43 0 0.02 227.3 0.94 0.72
Hex 72 8F FB 37 2B 0 2 E3 5E 48
Octal 162 217 373 67 53 0 2 343 136 110
Binary 1110010 10001111 11111011 110111 101011 0 10 11100011 1011110 1001000

Color Harmonies of #728FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728FFB

Black with #728FFB

Text Example


Text Example

White with #728FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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