Html Css Color HEX #729CE1 Jordy Blue

📋 copy color: '#729CE1'

red 114 ◦ green 156 ◦ blue 225

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

Shades of Jordy Blue #729CE1

Tints of Jordy Blue #729CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 23.03%
G = 31.52%
B = 45.45%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#729CE1 (or 0x729CE1) is known color: Jordy Blue. HEX triplet: 72, 9C and E1. RGB value is (114,156,225). Sum of RGB (Red+Green+Blue) = 114+156+225=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #729CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CE1 is #8D631E. Grayscale: #969696. Windows color (decimal): -9265951 or 14785650. OLE color: 14785650.

HSL color Cylindrical-coordinate representation of color #729CE1: hue angle of 217.3º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729CE1 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 156 225 -
CMYK 0.49 0.31 0 0.12
HSL 217.3º 0.65% 0.66% -
HSV(B) 217.3º 0.49% 0.88% -
XYZ 32.42 32.79 75.85 -
YUV 151.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 114 156 225 0.49 0.31 0 0.12 217.3 0.65 0.66
Hex 72 9C E1 31 1F 0 C D9 41 42
Octal 162 234 341 61 37 0 14 331 101 102
Binary 1110010 10011100 11100001 110001 11111 0 1100 11011001 1000001 1000010

Color Harmonies of #729CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CE1

Black with #729CE1

Text Example


Text Example

White with #729CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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