Html Css Color HEX #7BA5DB Jordy Blue

📋 copy color: '#7BA5DB'

red 123 ◦ green 165 ◦ blue 219

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

Shades of Jordy Blue #7BA5DB

Tints of Jordy Blue #7BA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 24.26%
G = 32.54%
B = 43.2%

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

#7BA5DB (or 0x7BA5DB) is known color: Jordy Blue. HEX triplet: 7B, A5 and DB. RGB value is (123,165,219). Sum of RGB (Red+Green+Blue) = 123+165+219=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5DB is #845A24. Grayscale: #9E9E9E. Windows color (decimal): -8673829 or 14394747. OLE color: 14394747.

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

Color convert

RGB 123 165 219 -
CMYK 0.44 0.25 0 0.14
HSL 213.75º 0.57% 0.67% -
HSV(B) 213.75º 0.44% 0.86% -
XYZ 34.41 36.24 72.2 -
YUV 158.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 123 165 219 0.44 0.25 0 0.14 213.75 0.57 0.67
Hex 7B A5 DB 2C 19 0 E D6 39 43
Octal 173 245 333 54 31 0 16 326 71 103
Binary 1111011 10100101 11011011 101100 11001 0 1110 11010110 111001 1000011

Color Harmonies of #7BA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5DB

Black with #7BA5DB

Text Example


Text Example

White with #7BA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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