Html Css Color HEX #7BA5D7 Jordy Blue

📋 copy color: '#7BA5D7'

red 123 ◦ green 165 ◦ blue 215

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

Shades of Jordy Blue #7BA5D7

Tints of Jordy Blue #7BA5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.74%

R = 24.45%
G = 32.8%
B = 42.74%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7BA5D7 (or 0x7BA5D7) is known color: Jordy Blue. HEX triplet: 7B, A5 and D7. RGB value is (123,165,215). Sum of RGB (Red+Green+Blue) = 123+165+215=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #7BA5D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5D7 is #845A28. Grayscale: #9D9D9D. Windows color (decimal): -8673833 or 14132603. OLE color: 14132603.

HSL color Cylindrical-coordinate representation of color #7BA5D7: hue angle of 212.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BA5D7 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 165 215 -
CMYK 0.43 0.23 0 0.16
HSL 212.61º 0.53% 0.66% -
HSV(B) 212.61º 0.43% 0.84% -
XYZ 33.89 36.03 69.46 -
YUV 158.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 123 165 215 0.43 0.23 0 0.16 212.61 0.53 0.66
Hex 7B A5 D7 2B 17 0 10 D5 35 42
Octal 173 245 327 53 27 0 20 325 65 102
Binary 1111011 10100101 11010111 101011 10111 0 10000 11010101 110101 1000010

Color Harmonies of #7BA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5D7

Black with #7BA5D7

Text Example


Text Example

White with #7BA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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