Html Css Color HEX #7D9FEE Jordy Blue

📋 copy color: '#7D9FEE'

red 125 ◦ green 159 ◦ blue 238

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

Shades of Jordy Blue #7D9FEE

Tints of Jordy Blue #7D9FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 23.95%
G = 30.46%
B = 45.59%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D9FEE (or 0x7D9FEE) is known color: Jordy Blue. HEX triplet: 7D, 9F and EE. RGB value is (125,159,238). Sum of RGB (Red+Green+Blue) = 125+159+238=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D9FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FEE is #826011. Grayscale: #9D9D9D. Windows color (decimal): -8544274 or 15638397. OLE color: 15638397.

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

Color convert

RGB 125 159 238 -
CMYK 0.47 0.33 0 0.07
HSL 221.95º 0.77% 0.71% -
HSV(B) 221.95º 0.47% 0.93% -
XYZ 36.29 35.33 85.8 -
YUV 157.84 173.24 104.58 -
System Red Green Blue C M Y K H S L
Decimal 125 159 238 0.47 0.33 0 0.07 221.95 0.77 0.71
Hex 7D 9F EE 2F 21 0 7 DE 4D 47
Octal 175 237 356 57 41 0 7 336 115 107
Binary 1111101 10011111 11101110 101111 100001 0 111 11011110 1001101 1000111

Color Harmonies of #7D9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9FEE

Black with #7D9FEE

Text Example


Text Example

White with #7D9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,238); }

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

background-color css

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

 a { background-color: rgb(125,159,238); }

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

border-color css

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

 span { border-color: rgb(125,159,238); }

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