Html Css Color HEX #729CFD Cornflower Blue

📋 copy color: '#729CFD'

red 114 ◦ green 156 ◦ blue 253

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

Shades of Cornflower Blue #729CFD

Tints of Cornflower Blue #729CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

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

R = 21.8%
G = 29.83%
B = 48.37%

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

#729CFD (or 0x729CFD) is known color: Cornflower Blue. HEX triplet: 72, 9C and FD. RGB value is (114,156,253). Sum of RGB (Red+Green+Blue) = 114+156+253=523 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.80% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #729CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CFD is #8D6302. Grayscale: #9A9A9A. Windows color (decimal): -9265923 or 16620658. OLE color: 16620658.

HSL color Cylindrical-coordinate representation of color #729CFD: hue angle of 221.87º 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 #729CFD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 156 253 -
CMYK 0.55 0.38 0 0.01
HSL 221.87º 0.97% 0.72% -
HSV(B) 221.87º 0.55% 0.99% -
XYZ 36.56 34.45 97.65 -
YUV 154.5 183.59 99.11 -
System Red Green Blue C M Y K H S L
Decimal 114 156 253 0.55 0.38 0 0.01 221.87 0.97 0.72
Hex 72 9C FD 37 26 0 1 DE 61 48
Octal 162 234 375 67 46 0 1 336 141 110
Binary 1110010 10011100 11111101 110111 100110 0 1 11011110 1100001 1001000

Color Harmonies of #729CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CFD

Black with #729CFD

Text Example


Text Example

White with #729CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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