Html Css Color HEX #7BA4DB Jordy Blue

📋 copy color: '#7BA4DB'

red 123 ◦ green 164 ◦ blue 219

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

Shades of Jordy Blue #7BA4DB

Tints of Jordy Blue #7BA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

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

R = 24.31%
G = 32.41%
B = 43.28%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BA4DB (or 0x7BA4DB) is known color: Jordy Blue. HEX triplet: 7B, A4 and DB. RGB value is (123,164,219). Sum of RGB (Red+Green+Blue) = 123+164+219=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DB is #845B24. Grayscale: #9D9D9D. Windows color (decimal): -8674085 or 14394491. OLE color: 14394491.

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

Color convert

RGB 123 164 219 -
CMYK 0.44 0.25 0 0.14
HSL 214.38º 0.57% 0.67% -
HSV(B) 214.38º 0.44% 0.86% -
XYZ 34.23 35.88 72.14 -
YUV 158.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 123 164 219 0.44 0.25 0 0.14 214.38 0.57 0.67
Hex 7B A4 DB 2C 19 0 E D6 39 43
Octal 173 244 333 54 31 0 16 326 71 103
Binary 1111011 10100100 11011011 101100 11001 0 1110 11010110 111001 1000011

Color Harmonies of #7BA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4DB

Black with #7BA4DB

Text Example


Text Example

White with #7BA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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