Html Css Color HEX #7BA4DC Jordy Blue

📋 copy color: '#7BA4DC'

red 123 ◦ green 164 ◦ blue 220

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

Shades of Jordy Blue #7BA4DC

Tints of Jordy Blue #7BA4DC

RGB

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

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

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

R = 24.26%
G = 32.35%
B = 43.39%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BA4DC (or 0x7BA4DC) is known color: Jordy Blue. HEX triplet: 7B, A4 and DC. RGB value is (123,164,220). Sum of RGB (Red+Green+Blue) = 123+164+220=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DC is #845B23. Grayscale: #9D9D9D. Windows color (decimal): -8674084 or 14460027. OLE color: 14460027.

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

Color convert

RGB 123 164 220 -
CMYK 0.44 0.25 0 0.14
HSL 214.64º 0.58% 0.67% -
HSV(B) 214.64º 0.44% 0.86% -
XYZ 34.36 35.93 72.83 -
YUV 158.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 123 164 220 0.44 0.25 0 0.14 214.64 0.58 0.67
Hex 7B A4 DC 2C 19 0 E D7 3A 43
Octal 173 244 334 54 31 0 16 327 72 103
Binary 1111011 10100100 11011100 101100 11001 0 1110 11010111 111010 1000011

Color Harmonies of #7BA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4DC

Black with #7BA4DC

Text Example


Text Example

White with #7BA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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