Html Css Color HEX #7099DB Jordy Blue

📋 copy color: '#7099DB'

red 112 ◦ green 153 ◦ blue 219

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

Shades of Jordy Blue #7099DB

Tints of Jordy Blue #7099DB

RGB

 RED value IS 112 (44.14% from 255) = 23.14%

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 23.14%
G = 31.61%
B = 45.25%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7099DB (or 0x7099DB) is known color: Jordy Blue. HEX triplet: 70, 99 and DB. RGB value is (112,153,219). Sum of RGB (Red+Green+Blue) = 112+153+219=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7099DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099DB is #8F6624. Grayscale: #939393. Windows color (decimal): -9397797 or 14391664. OLE color: 14391664.

HSL color Cylindrical-coordinate representation of color #7099DB: hue angle of 217.01º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7099DB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 153 219 -
CMYK 0.49 0.30 0 0.14
HSL 217.01º 0.6% 0.65% -
HSV(B) 217.01º 0.49% 0.86% -
XYZ 30.86 31.34 71.44 -
YUV 148.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 112 153 219 0.49 0.30 0 0.14 217.01 0.6 0.65
Hex 70 99 DB 31 1E 0 E D9 3C 41
Octal 160 231 333 61 36 0 16 331 74 101
Binary 1110000 10011001 11011011 110001 11110 0 1110 11011001 111100 1000001

Color Harmonies of #7099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099DB

Black with #7099DB

Text Example


Text Example

White with #7099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7099DB; }

 p { color: rgb(112,153,219); }

 H1.HeaderClassName
 {
   color: #7099DB;
 }
 .AnyTagClassName
 {
   color: #7099DB;
 }
</style>

background-color css

<style>
 a { background-color: #7099DB; }

 a { background-color: rgb(112,153,219); }

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

border-color css

<style>
 span { border-color: #7099DB; }

 span { border-color: rgb(112,153,219); }

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