Html Css Color HEX #729EFD Cornflower Blue

📋 copy color: '#729EFD'

red 114 ◦ green 158 ◦ blue 253

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

Shades of Cornflower Blue #729EFD

Tints of Cornflower Blue #729EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 21.71%
G = 30.1%
B = 48.19%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#729EFD (or 0x729EFD) is known color: Cornflower Blue. HEX triplet: 72, 9E and FD. RGB value is (114,158,253). Sum of RGB (Red+Green+Blue) = 114+158+253=525 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.71% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #729EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729EFD is #8D6102. Grayscale: #9B9B9B. Windows color (decimal): -9265411 or 16621170. OLE color: 16621170.

HSL color Cylindrical-coordinate representation of color #729EFD: hue angle of 221.01º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729EFD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 158 253 -
CMYK 0.55 0.38 0 0.01
HSL 221.01º 0.97% 0.72% -
HSV(B) 221.01º 0.55% 0.99% -
XYZ 36.9 35.12 97.76 -
YUV 155.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 114 158 253 0.55 0.38 0 0.01 221.01 0.97 0.72
Hex 72 9E FD 37 26 0 1 DD 61 48
Octal 162 236 375 67 46 0 1 335 141 110
Binary 1110010 10011110 11111101 110111 100110 0 1 11011101 1100001 1001000

Color Harmonies of #729EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EFD

Black with #729EFD

Text Example


Text Example

White with #729EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729EFD; }

 p { color: rgb(114,158,253); }

 H1.HeaderClassName
 {
   color: #729EFD;
 }
 .AnyTagClassName
 {
   color: #729EFD;
 }
</style>

background-color css

<style>
 a { background-color: #729EFD; }

 a { background-color: rgb(114,158,253); }

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

border-color css

<style>
 span { border-color: #729EFD; }

 span { border-color: rgb(114,158,253); }

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