Html Css Color HEX #7BA4DD Jordy Blue

📋 copy color: '#7BA4DD'

red 123 ◦ green 164 ◦ blue 221

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

Shades of Jordy Blue #7BA4DD

Tints of Jordy Blue #7BA4DD

RGB

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

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

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

R = 24.21%
G = 32.28%
B = 43.5%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BA4DD (or 0x7BA4DD) is known color: Jordy Blue. HEX triplet: 7B, A4 and DD. RGB value is (123,164,221). Sum of RGB (Red+Green+Blue) = 123+164+221=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BA4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DD is #845B22. Grayscale: #9D9D9D. Windows color (decimal): -8674083 or 14525563. OLE color: 14525563.

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

Color convert

RGB 123 164 221 -
CMYK 0.44 0.26 0 0.13
HSL 214.9º 0.59% 0.67% -
HSV(B) 214.9º 0.44% 0.87% -
XYZ 34.49 35.98 73.53 -
YUV 158.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 123 164 221 0.44 0.26 0 0.13 214.9 0.59 0.67
Hex 7B A4 DD 2C 1A 0 D D7 3B 43
Octal 173 244 335 54 32 0 15 327 73 103
Binary 1111011 10100100 11011101 101100 11010 0 1101 11010111 111011 1000011

Color Harmonies of #7BA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4DD

Black with #7BA4DD

Text Example


Text Example

White with #7BA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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