Html Css Color HEX #728CFB Cornflower Blue

📋 copy color: '#728CFB'

red 114 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #728CFB

Tints of Cornflower Blue #728CFB

RGB

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

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

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

R = 22.57%
G = 27.72%
B = 49.7%

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

#728CFB (or 0x728CFB) is known color: Cornflower Blue. HEX triplet: 72, 8C and FB. RGB value is (114,140,251). Sum of RGB (Red+Green+Blue) = 114+140+251=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #728CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CFB is #8D7304. Grayscale: #909090. Windows color (decimal): -9270021 or 16485490. OLE color: 16485490.

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

Color convert

RGB 114 140 251 -
CMYK 0.55 0.44 0 0.02
HSL 228.61º 0.94% 0.72% -
HSV(B) 228.61º 0.55% 0.98% -
XYZ 33.73 29.3 95.14 -
YUV 144.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 114 140 251 0.55 0.44 0 0.02 228.61 0.94 0.72
Hex 72 8C FB 37 2C 0 2 E5 5E 48
Octal 162 214 373 67 54 0 2 345 136 110
Binary 1110010 10001100 11111011 110111 101100 0 10 11100101 1011110 1001000

Color Harmonies of #728CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CFB

Black with #728CFB

Text Example


Text Example

White with #728CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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