Html Css Color HEX #729ADE Jordy Blue

📋 copy color: '#729ADE'

red 114 ◦ green 154 ◦ blue 222

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

Shades of Jordy Blue #729ADE

Tints of Jordy Blue #729ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 23.27%
G = 31.43%
B = 45.31%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729ADE (or 0x729ADE) is known color: Jordy Blue. HEX triplet: 72, 9A and DE. RGB value is (114,154,222). Sum of RGB (Red+Green+Blue) = 114+154+222=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #729ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ADE is #8D6521. Grayscale: #959595. Windows color (decimal): -9266466 or 14588530. OLE color: 14588530.

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

Color convert

RGB 114 154 222 -
CMYK 0.49 0.31 0 0.13
HSL 217.78º 0.62% 0.66% -
HSV(B) 217.78º 0.49% 0.87% -
XYZ 31.68 31.96 73.61 -
YUV 149.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 114 154 222 0.49 0.31 0 0.13 217.78 0.62 0.66
Hex 72 9A DE 31 1F 0 D DA 3E 42
Octal 162 232 336 61 37 0 15 332 76 102
Binary 1110010 10011010 11011110 110001 11111 0 1101 11011010 111110 1000010

Color Harmonies of #729ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ADE

Black with #729ADE

Text Example


Text Example

White with #729ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,154,222); }

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

background-color css

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

 a { background-color: rgb(114,154,222); }

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

border-color css

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

 span { border-color: rgb(114,154,222); }

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