Html Css Color HEX #7BA2DD Jordy Blue

📋 copy color: '#7BA2DD'

red 123 ◦ green 162 ◦ blue 221

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

Shades of Jordy Blue #7BA2DD

Tints of Jordy Blue #7BA2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

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

R = 24.31%
G = 32.02%
B = 43.68%

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

#7BA2DD (or 0x7BA2DD) is known color: Jordy Blue. HEX triplet: 7B, A2 and DD. RGB value is (123,162,221). Sum of RGB (Red+Green+Blue) = 123+162+221=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2DD is #845D22. Grayscale: #9C9C9C. Windows color (decimal): -8674595 or 14525051. OLE color: 14525051.

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

Color convert

RGB 123 162 221 -
CMYK 0.44 0.27 0 0.13
HSL 216.12º 0.59% 0.67% -
HSV(B) 216.12º 0.44% 0.87% -
XYZ 34.14 35.27 73.42 -
YUV 157.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 123 162 221 0.44 0.27 0 0.13 216.12 0.59 0.67
Hex 7B A2 DD 2C 1B 0 D D8 3B 43
Octal 173 242 335 54 33 0 15 330 73 103
Binary 1111011 10100010 11011101 101100 11011 0 1101 11011000 111011 1000011

Color Harmonies of #7BA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA2DD

Black with #7BA2DD

Text Example


Text Example

White with #7BA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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