Html Css Color HEX #7B9FEB Jordy Blue

📋 copy color: '#7B9FEB'

red 123 ◦ green 159 ◦ blue 235

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

Shades of Jordy Blue #7B9FEB

Tints of Jordy Blue #7B9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 23.79%
G = 30.75%
B = 45.45%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B9FEB (or 0x7B9FEB) is known color: Jordy Blue. HEX triplet: 7B, 9F and EB. RGB value is (123,159,235). Sum of RGB (Red+Green+Blue) = 123+159+235=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B9FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9FEB is #846014. Grayscale: #9C9C9C. Windows color (decimal): -8675349 or 15441787. OLE color: 15441787.

HSL color Cylindrical-coordinate representation of color #7B9FEB: hue angle of 220.71º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9FEB is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 159 235 -
CMYK 0.48 0.32 0 0.08
HSL 220.71º 0.74% 0.7% -
HSV(B) 220.71º 0.48% 0.92% -
XYZ 35.56 35.01 83.48 -
YUV 156.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 123 159 235 0.48 0.32 0 0.08 220.71 0.74 0.7
Hex 7B 9F EB 30 20 0 8 DD 4A 46
Octal 173 237 353 60 40 0 10 335 112 106
Binary 1111011 10011111 11101011 110000 100000 0 1000 11011101 1001010 1000110

Color Harmonies of #7B9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9FEB

Black with #7B9FEB

Text Example


Text Example

White with #7B9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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