Html Css Color HEX #7DAEEA Jordy Blue

📋 copy color: '#7DAEEA'

red 125 ◦ green 174 ◦ blue 234

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

Shades of Jordy Blue #7DAEEA

Tints of Jordy Blue #7DAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 23.45%
G = 32.65%
B = 43.9%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DAEEA (or 0x7DAEEA) is known color: Jordy Blue. HEX triplet: 7D, AE and EA. RGB value is (125,174,234). Sum of RGB (Red+Green+Blue) = 125+174+234=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEEA is #825115. Grayscale: #A5A5A5. Windows color (decimal): -8540438 or 15380093. OLE color: 15380093.

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

Color convert

RGB 125 174 234 -
CMYK 0.47 0.26 0 0.08
HSL 213.03º 0.72% 0.7% -
HSV(B) 213.03º 0.47% 0.92% -
XYZ 38.44 40.57 83.65 -
YUV 166.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 125 174 234 0.47 0.26 0 0.08 213.03 0.72 0.7
Hex 7D AE EA 2F 1A 0 8 D5 48 46
Octal 175 256 352 57 32 0 10 325 110 106
Binary 1111101 10101110 11101010 101111 11010 0 1000 11010101 1001000 1000110

Color Harmonies of #7DAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEEA

Black with #7DAEEA

Text Example


Text Example

White with #7DAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,234); }

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

background-color css

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

 a { background-color: rgb(125,174,234); }

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

border-color css

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

 span { border-color: rgb(125,174,234); }

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