Html Css Color HEX #728BFB Cornflower Blue

📋 copy color: '#728BFB'

red 114 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #728BFB

Tints of Cornflower Blue #728BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.58%

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

R = 22.62%
G = 27.58%
B = 49.8%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#728BFB (or 0x728BFB) is known color: Cornflower Blue. HEX triplet: 72, 8B and FB. RGB value is (114,139,251). Sum of RGB (Red+Green+Blue) = 114+139+251=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #728BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BFB is #8D7404. Grayscale: #8F8F8F. Windows color (decimal): -9270277 or 16485234. OLE color: 16485234.

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

Color convert

RGB 114 139 251 -
CMYK 0.55 0.45 0 0.02
HSL 229.05º 0.94% 0.72% -
HSV(B) 229.05º 0.55% 0.98% -
XYZ 33.58 29.01 95.1 -
YUV 144.29 188.22 106.39 -
System Red Green Blue C M Y K H S L
Decimal 114 139 251 0.55 0.45 0 0.02 229.05 0.94 0.72
Hex 72 8B FB 37 2D 0 2 E5 5E 48
Octal 162 213 373 67 55 0 2 345 136 110
Binary 1110010 10001011 11111011 110111 101101 0 10 11100101 1011110 1001000

Color Harmonies of #728BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BFB

Black with #728BFB

Text Example


Text Example

White with #728BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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