Html Css Color HEX #7EA1DD Jordy Blue

📋 copy color: '#7EA1DD'

red 126 ◦ green 161 ◦ blue 221

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

Shades of Jordy Blue #7EA1DD

Tints of Jordy Blue #7EA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.69%

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 24.8%
G = 31.69%
B = 43.5%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EA1DD (or 0x7EA1DD) is known color: Jordy Blue. HEX triplet: 7E, A1 and DD. RGB value is (126,161,221). Sum of RGB (Red+Green+Blue) = 126+161+221=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1DD is #815E22. Grayscale: #9D9D9D. Windows color (decimal): -8478243 or 14524798. OLE color: 14524798.

HSL color Cylindrical-coordinate representation of color #7EA1DD: hue angle of 217.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EA1DD is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 161 221 -
CMYK 0.43 0.27 0 0.13
HSL 217.89º 0.58% 0.68% -
HSV(B) 217.89º 0.43% 0.87% -
XYZ 34.4 35.15 73.38 -
YUV 157.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 126 161 221 0.43 0.27 0 0.13 217.89 0.58 0.68
Hex 7E A1 DD 2B 1B 0 D DA 3A 44
Octal 176 241 335 53 33 0 15 332 72 104
Binary 1111110 10100001 11011101 101011 11011 0 1101 11011010 111010 1000100

Color Harmonies of #7EA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA1DD

Black with #7EA1DD

Text Example


Text Example

White with #7EA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,161,221); }

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

background-color css

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

 a { background-color: rgb(126,161,221); }

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

border-color css

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

 span { border-color: rgb(126,161,221); }

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