Html Css Color HEX #7BA9DB Jordy Blue

📋 copy color: '#7BA9DB'

red 123 ◦ green 169 ◦ blue 219

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

Shades of Jordy Blue #7BA9DB

Tints of Jordy Blue #7BA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.07%

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

R = 24.07%
G = 33.07%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BA9DB (or 0x7BA9DB) is known color: Jordy Blue. HEX triplet: 7B, A9 and DB. RGB value is (123,169,219). Sum of RGB (Red+Green+Blue) = 123+169+219=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9DB is #845624. Grayscale: #A0A0A0. Windows color (decimal): -8672805 or 14395771. OLE color: 14395771.

HSL color Cylindrical-coordinate representation of color #7BA9DB: hue angle of 211.25º 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 #7BA9DB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 169 219 -
CMYK 0.44 0.23 0 0.14
HSL 211.25º 0.57% 0.67% -
HSV(B) 211.25º 0.44% 0.86% -
XYZ 35.14 37.7 72.44 -
YUV 160.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 123 169 219 0.44 0.23 0 0.14 211.25 0.57 0.67
Hex 7B A9 DB 2C 17 0 E D3 39 43
Octal 173 251 333 54 27 0 16 323 71 103
Binary 1111011 10101001 11011011 101100 10111 0 1110 11010011 111001 1000011

Color Harmonies of #7BA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA9DB

Black with #7BA9DB

Text Example


Text Example

White with #7BA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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