Html Css Color HEX #7BA1DD Jordy Blue

📋 copy color: '#7BA1DD'

red 123 ◦ green 161 ◦ blue 221

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

Shades of Jordy Blue #7BA1DD

Tints of Jordy Blue #7BA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.88%

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 24.36%
G = 31.88%
B = 43.76%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BA1DD (or 0x7BA1DD) is known color: Jordy Blue. HEX triplet: 7B, A1 and DD. RGB value is (123,161,221). Sum of RGB (Red+Green+Blue) = 123+161+221=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1DD is #845E22. Grayscale: #9C9C9C. Windows color (decimal): -8674851 or 14524795. OLE color: 14524795.

HSL color Cylindrical-coordinate representation of color #7BA1DD: hue angle of 216.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BA1DD is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 161 221 -
CMYK 0.44 0.27 0 0.13
HSL 216.73º 0.59% 0.67% -
HSV(B) 216.73º 0.44% 0.87% -
XYZ 33.96 34.92 73.36 -
YUV 156.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 123 161 221 0.44 0.27 0 0.13 216.73 0.59 0.67
Hex 7B A1 DD 2C 1B 0 D D9 3B 43
Octal 173 241 335 54 33 0 15 331 73 103
Binary 1111011 10100001 11011101 101100 11011 0 1101 11011001 111011 1000011

Color Harmonies of #7BA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1DD

Black with #7BA1DD

Text Example


Text Example

White with #7BA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,161,221); }

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

background-color css

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

 a { background-color: rgb(123,161,221); }

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

border-color css

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

 span { border-color: rgb(123,161,221); }

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