Html Css Color HEX #7BA1DC Jordy Blue

📋 copy color: '#7BA1DC'

red 123 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #7BA1DC

Tints of Jordy Blue #7BA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

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

R = 24.4%
G = 31.94%
B = 43.65%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BA1DC (or 0x7BA1DC) is known color: Jordy Blue. HEX triplet: 7B, A1 and DC. RGB value is (123,161,220). Sum of RGB (Red+Green+Blue) = 123+161+220=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1DC is #845E23. Grayscale: #9C9C9C. Windows color (decimal): -8674852 or 14459259. OLE color: 14459259.

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

Color convert

RGB 123 161 220 -
CMYK 0.44 0.27 0 0.14
HSL 216.49º 0.58% 0.67% -
HSV(B) 216.49º 0.44% 0.86% -
XYZ 33.83 34.87 72.66 -
YUV 156.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 123 161 220 0.44 0.27 0 0.14 216.49 0.58 0.67
Hex 7B A1 DC 2C 1B 0 E D8 3A 43
Octal 173 241 334 54 33 0 16 330 72 103
Binary 1111011 10100001 11011100 101100 11011 0 1110 11011000 111010 1000011

Color Harmonies of #7BA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1DC

Black with #7BA1DC

Text Example


Text Example

White with #7BA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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