Html Css Color HEX #7B9EDB Jordy Blue

📋 copy color: '#7B9EDB'

red 123 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #7B9EDB

Tints of Jordy Blue #7B9EDB

RGB

 RED value IS 123 (48.44% from 255) = 24.6%

 GREEN value IS 158 (62.11% from 255) = 31.6%

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

R = 24.6%
G = 31.6%
B = 43.8%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B9EDB (or 0x7B9EDB) is known color: Jordy Blue. HEX triplet: 7B, 9E and DB. RGB value is (123,158,219). Sum of RGB (Red+Green+Blue) = 123+158+219=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9EDB is #846124. Grayscale: #9A9A9A. Windows color (decimal): -8675621 or 14392955. OLE color: 14392955.

HSL color Cylindrical-coordinate representation of color #7B9EDB: hue angle of 218.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9EDB is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 158 219 -
CMYK 0.44 0.28 0 0.14
HSL 218.13º 0.57% 0.67% -
HSV(B) 218.13º 0.44% 0.86% -
XYZ 33.18 33.78 71.79 -
YUV 154.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 123 158 219 0.44 0.28 0 0.14 218.13 0.57 0.67
Hex 7B 9E DB 2C 1C 0 E DA 39 43
Octal 173 236 333 54 34 0 16 332 71 103
Binary 1111011 10011110 11011011 101100 11100 0 1110 11011010 111001 1000011

Color Harmonies of #7B9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EDB

Black with #7B9EDB

Text Example


Text Example

White with #7B9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9EDB; }

 p { color: rgb(123,158,219); }

 H1.HeaderClassName
 {
   color: #7B9EDB;
 }
 .AnyTagClassName
 {
   color: #7B9EDB;
 }
</style>

background-color css

<style>
 a { background-color: #7B9EDB; }

 a { background-color: rgb(123,158,219); }

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

border-color css

<style>
 span { border-color: #7B9EDB; }

 span { border-color: rgb(123,158,219); }

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