Html Css Color HEX #728EFB Cornflower Blue

📋 copy color: '#728EFB'

red 114 ◦ green 142 ◦ blue 251

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

Shades of Cornflower Blue #728EFB

Tints of Cornflower Blue #728EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.01%

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

R = 22.49%
G = 28.01%
B = 49.51%

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

#728EFB (or 0x728EFB) is known color: Cornflower Blue. HEX triplet: 72, 8E and FB. RGB value is (114,142,251). Sum of RGB (Red+Green+Blue) = 114+142+251=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #728EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EFB is #8D7104. Grayscale: #919191. Windows color (decimal): -9269509 or 16486002. OLE color: 16486002.

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

Color convert

RGB 114 142 251 -
CMYK 0.55 0.43 0 0.02
HSL 227.74º 0.94% 0.72% -
HSV(B) 227.74º 0.55% 0.98% -
XYZ 34.03 29.89 95.24 -
YUV 146.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 114 142 251 0.55 0.43 0 0.02 227.74 0.94 0.72
Hex 72 8E FB 37 2B 0 2 E4 5E 48
Octal 162 216 373 67 53 0 2 344 136 110
Binary 1110010 10001110 11111011 110111 101011 0 10 11100100 1011110 1001000

Color Harmonies of #728EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EFB

Black with #728EFB

Text Example


Text Example

White with #728EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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