Html Css Color HEX #729ADF Jordy Blue

📋 copy color: '#729ADF'

red 114 ◦ green 154 ◦ blue 223

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

Shades of Jordy Blue #729ADF

Tints of Jordy Blue #729ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 23.22%
G = 31.36%
B = 45.42%

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

#729ADF (or 0x729ADF) is known color: Jordy Blue. HEX triplet: 72, 9A and DF. RGB value is (114,154,223). Sum of RGB (Red+Green+Blue) = 114+154+223=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #729ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ADF is #8D6520. Grayscale: #959595. Windows color (decimal): -9266465 or 14654066. OLE color: 14654066.

HSL color Cylindrical-coordinate representation of color #729ADF: hue angle of 217.98º degrees, saturation: 0.63, 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 #729ADF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 154 223 -
CMYK 0.49 0.31 0 0.13
HSL 217.98º 0.63% 0.66% -
HSV(B) 217.98º 0.49% 0.87% -
XYZ 31.81 32.02 74.32 -
YUV 149.91 169.25 102.39 -
System Red Green Blue C M Y K H S L
Decimal 114 154 223 0.49 0.31 0 0.13 217.98 0.63 0.66
Hex 72 9A DF 31 1F 0 D DA 3F 42
Octal 162 232 337 61 37 0 15 332 77 102
Binary 1110010 10011010 11011111 110001 11111 0 1101 11011010 111111 1000010

Color Harmonies of #729ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ADF

Black with #729ADF

Text Example


Text Example

White with #729ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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