Html Css Color HEX #7BA2DC Jordy Blue

📋 copy color: '#7BA2DC'

red 123 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #7BA2DC

Tints of Jordy Blue #7BA2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 24.36%
G = 32.08%
B = 43.56%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BA2DC (or 0x7BA2DC) is known color: Jordy Blue. HEX triplet: 7B, A2 and DC. RGB value is (123,162,220). Sum of RGB (Red+Green+Blue) = 123+162+220=505 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.36% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2DC is #845D23. Grayscale: #9C9C9C. Windows color (decimal): -8674596 or 14459515. OLE color: 14459515.

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

Color convert

RGB 123 162 220 -
CMYK 0.44 0.26 0 0.14
HSL 215.88º 0.58% 0.67% -
HSV(B) 215.88º 0.44% 0.86% -
XYZ 34.01 35.22 72.72 -
YUV 156.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 123 162 220 0.44 0.26 0 0.14 215.88 0.58 0.67
Hex 7B A2 DC 2C 1A 0 E D8 3A 43
Octal 173 242 334 54 32 0 16 330 72 103
Binary 1111011 10100010 11011100 101100 11010 0 1110 11011000 111010 1000011

Color Harmonies of #7BA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA2DC

Black with #7BA2DC

Text Example


Text Example

White with #7BA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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