Html Css Color HEX #7B9FDC Jordy Blue

📋 copy color: '#7B9FDC'

red 123 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #7B9FDC

Tints of Jordy Blue #7B9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.67%

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

R = 24.5%
G = 31.67%
B = 43.82%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B9FDC (or 0x7B9FDC) is known color: Jordy Blue. HEX triplet: 7B, 9F and DC. RGB value is (123,159,220). Sum of RGB (Red+Green+Blue) = 123+159+220=502 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.50% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9FDC is #846023. Grayscale: #9A9A9A. Windows color (decimal): -8675364 or 14458747. OLE color: 14458747.

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

Color convert

RGB 123 159 220 -
CMYK 0.44 0.28 0 0.14
HSL 217.73º 0.58% 0.67% -
HSV(B) 217.73º 0.44% 0.86% -
XYZ 33.48 34.17 72.54 -
YUV 155.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 123 159 220 0.44 0.28 0 0.14 217.73 0.58 0.67
Hex 7B 9F DC 2C 1C 0 E DA 3A 43
Octal 173 237 334 54 34 0 16 332 72 103
Binary 1111011 10011111 11011100 101100 11100 0 1110 11011010 111010 1000011

Color Harmonies of #7B9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FDC

Black with #7B9FDC

Text Example


Text Example

White with #7B9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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