Html Css Color HEX #7E9FEB Jordy Blue

📋 copy color: '#7E9FEB'

red 126 ◦ green 159 ◦ blue 235

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

Shades of Jordy Blue #7E9FEB

Tints of Jordy Blue #7E9FEB

RGB

 RED value IS 126 (49.61% from 255) = 24.23%

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

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

R = 24.23%
G = 30.58%
B = 45.19%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E9FEB (or 0x7E9FEB) is known color: Jordy Blue. HEX triplet: 7E, 9F and EB. RGB value is (126,159,235). Sum of RGB (Red+Green+Blue) = 126+159+235=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E9FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9FEB is #816014. Grayscale: #9D9D9D. Windows color (decimal): -8478741 or 15441790. OLE color: 15441790.

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

Color convert

RGB 126 159 235 -
CMYK 0.46 0.32 0 0.08
HSL 221.83º 0.73% 0.71% -
HSV(B) 221.83º 0.46% 0.92% -
XYZ 36 35.23 83.5 -
YUV 157.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 126 159 235 0.46 0.32 0 0.08 221.83 0.73 0.71
Hex 7E 9F EB 2E 20 0 8 DE 49 47
Octal 176 237 353 56 40 0 10 336 111 107
Binary 1111110 10011111 11101011 101110 100000 0 1000 11011110 1001001 1000111

Color Harmonies of #7E9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9FEB

Black with #7E9FEB

Text Example


Text Example

White with #7E9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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