Html Css Color HEX #7BA3DC Jordy Blue

📋 copy color: '#7BA3DC'

red 123 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #7BA3DC

Tints of Jordy Blue #7BA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.21%

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

R = 24.31%
G = 32.21%
B = 43.48%

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

#7BA3DC (or 0x7BA3DC) is known color: Jordy Blue. HEX triplet: 7B, A3 and DC. RGB value is (123,163,220). Sum of RGB (Red+Green+Blue) = 123+163+220=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3DC is #845C23. Grayscale: #9D9D9D. Windows color (decimal): -8674340 or 14459771. OLE color: 14459771.

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

Color convert

RGB 123 163 220 -
CMYK 0.44 0.26 0 0.14
HSL 215.26º 0.58% 0.67% -
HSV(B) 215.26º 0.44% 0.86% -
XYZ 34.18 35.57 72.77 -
YUV 157.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 123 163 220 0.44 0.26 0 0.14 215.26 0.58 0.67
Hex 7B A3 DC 2C 1A 0 E D7 3A 43
Octal 173 243 334 54 32 0 16 327 72 103
Binary 1111011 10100011 11011100 101100 11010 0 1110 11010111 111010 1000011

Color Harmonies of #7BA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3DC

Black with #7BA3DC

Text Example


Text Example

White with #7BA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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