Html Css Color HEX #7B9EEB Jordy Blue

📋 copy color: '#7B9EEB'

red 123 ◦ green 158 ◦ blue 235

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

Shades of Jordy Blue #7B9EEB

Tints of Jordy Blue #7B9EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 23.84%
G = 30.62%
B = 45.54%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B9EEB (or 0x7B9EEB) is known color: Jordy Blue. HEX triplet: 7B, 9E and EB. RGB value is (123,158,235). Sum of RGB (Red+Green+Blue) = 123+158+235=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EEB is #846114. Grayscale: #9B9B9B. Windows color (decimal): -8675605 or 15441531. OLE color: 15441531.

HSL color Cylindrical-coordinate representation of color #7B9EEB: hue angle of 221.25º 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 #7B9EEB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 158 235 -
CMYK 0.48 0.33 0 0.08
HSL 221.25º 0.74% 0.7% -
HSV(B) 221.25º 0.48% 0.92% -
XYZ 35.39 34.66 83.42 -
YUV 156.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 123 158 235 0.48 0.33 0 0.08 221.25 0.74 0.7
Hex 7B 9E EB 30 21 0 8 DD 4A 46
Octal 173 236 353 60 41 0 10 335 112 106
Binary 1111011 10011110 11101011 110000 100001 0 1000 11011101 1001010 1000110

Color Harmonies of #7B9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9EEB

Black with #7B9EEB

Text Example


Text Example

White with #7B9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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