Html Css Color HEX #7D9EEB Jordy Blue

📋 copy color: '#7D9EEB'

red 125 ◦ green 158 ◦ blue 235

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

Shades of Jordy Blue #7D9EEB

Tints of Jordy Blue #7D9EEB

RGB

 RED value IS 125 (49.22% from 255) = 24.13%

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

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

R = 24.13%
G = 30.5%
B = 45.37%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D9EEB (or 0x7D9EEB) is known color: Jordy Blue. HEX triplet: 7D, 9E and EB. RGB value is (125,158,235). Sum of RGB (Red+Green+Blue) = 125+158+235=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EEB is #826114. Grayscale: #9C9C9C. Windows color (decimal): -8544533 or 15441533. OLE color: 15441533.

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

Color convert

RGB 125 158 235 -
CMYK 0.47 0.33 0 0.08
HSL 222º 0.73% 0.71% -
HSV(B) 222º 0.47% 0.92% -
XYZ 35.68 34.81 83.44 -
YUV 156.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 125 158 235 0.47 0.33 0 0.08 222 0.73 0.71
Hex 7D 9E EB 2F 21 0 8 DE 49 47
Octal 175 236 353 57 41 0 10 336 111 107
Binary 1111101 10011110 11101011 101111 100001 0 1000 11011110 1001001 1000111

Color Harmonies of #7D9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EEB

Black with #7D9EEB

Text Example


Text Example

White with #7D9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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