Html Css Color HEX #7B9CEB Jordy Blue

📋 copy color: '#7B9CEB'

red 123 ◦ green 156 ◦ blue 235

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

Shades of Jordy Blue #7B9CEB

Tints of Jordy Blue #7B9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

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

R = 23.93%
G = 30.35%
B = 45.72%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B9CEB (or 0x7B9CEB) is known color: Jordy Blue. HEX triplet: 7B, 9C and EB. RGB value is (123,156,235). Sum of RGB (Red+Green+Blue) = 123+156+235=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CEB is #846314. Grayscale: #9A9A9A. Windows color (decimal): -8676117 or 15441019. OLE color: 15441019.

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

Color convert

RGB 123 156 235 -
CMYK 0.48 0.34 0 0.08
HSL 222.32º 0.74% 0.7% -
HSV(B) 222.32º 0.48% 0.92% -
XYZ 35.05 33.99 83.31 -
YUV 155.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 123 156 235 0.48 0.34 0 0.08 222.32 0.74 0.7
Hex 7B 9C EB 30 22 0 8 DE 4A 46
Octal 173 234 353 60 42 0 10 336 112 106
Binary 1111011 10011100 11101011 110000 100010 0 1000 11011110 1001010 1000110

Color Harmonies of #7B9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9CEB

Black with #7B9CEB

Text Example


Text Example

White with #7B9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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