Html Css Color HEX #7099D0 Jordy Blue

📋 copy color: '#7099D0'

red 112 ◦ green 153 ◦ blue 208

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

Shades of Jordy Blue #7099D0

Tints of Jordy Blue #7099D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 23.68%
G = 32.35%
B = 43.97%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7099D0 (or 0x7099D0) is known color: Jordy Blue. HEX triplet: 70, 99 and D0. RGB value is (112,153,208). Sum of RGB (Red+Green+Blue) = 112+153+208=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #7099D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099D0 is #8F662F. Grayscale: #929292. Windows color (decimal): -9397808 or 13670768. OLE color: 13670768.

HSL color Cylindrical-coordinate representation of color #7099D0: hue angle of 214.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7099D0 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 153 208 -
CMYK 0.46 0.26 0 0.18
HSL 214.38º 0.51% 0.63% -
HSV(B) 214.38º 0.46% 0.82% -
XYZ 29.46 30.78 64.06 -
YUV 147.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 112 153 208 0.46 0.26 0 0.18 214.38 0.51 0.63
Hex 70 99 D0 2E 1A 0 12 D6 33 3F
Octal 160 231 320 56 32 0 22 326 63 77
Binary 1110000 10011001 11010000 101110 11010 0 10010 11010110 110011 111111

Color Harmonies of #7099D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099D0

Black with #7099D0

Text Example


Text Example

White with #7099D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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