Html Css Color HEX #7D9EEF Jordy Blue

📋 copy color: '#7D9EEF'

red 125 ◦ green 158 ◦ blue 239

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

Shades of Jordy Blue #7D9EEF

Tints of Jordy Blue #7D9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 23.95%
G = 30.27%
B = 45.79%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D9EEF (or 0x7D9EEF) is known color: Jordy Blue. HEX triplet: 7D, 9E and EF. RGB value is (125,158,239). Sum of RGB (Red+Green+Blue) = 125+158+239=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9EEF is #826110. Grayscale: #9D9D9D. Windows color (decimal): -8544529 or 15703677. OLE color: 15703677.

HSL color Cylindrical-coordinate representation of color #7D9EEF: hue angle of 222.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D9EEF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 158 239 -
CMYK 0.48 0.34 0 0.06
HSL 222.63º 0.78% 0.71% -
HSV(B) 222.63º 0.48% 0.94% -
XYZ 36.26 35.05 86.51 -
YUV 157.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 125 158 239 0.48 0.34 0 0.06 222.63 0.78 0.71
Hex 7D 9E EF 30 22 0 6 DF 4E 47
Octal 175 236 357 60 42 0 6 337 116 107
Binary 1111101 10011110 11101111 110000 100010 0 110 11011111 1001110 1000111

Color Harmonies of #7D9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9EEF

Black with #7D9EEF

Text Example


Text Example

White with #7D9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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