Html Css Color HEX #7DAEEE Jordy Blue

📋 copy color: '#7DAEEE'

red 125 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #7DAEEE

Tints of Jordy Blue #7DAEEE

RGB

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

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

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

R = 23.28%
G = 32.4%
B = 44.32%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DAEEE (or 0x7DAEEE) is known color: Jordy Blue. HEX triplet: 7D, AE and EE. RGB value is (125,174,238). Sum of RGB (Red+Green+Blue) = 125+174+238=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEEE is #825111. Grayscale: #A6A6A6. Windows color (decimal): -8540434 or 15642237. OLE color: 15642237.

HSL color Cylindrical-coordinate representation of color #7DAEEE: hue angle of 213.98º 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 #7DAEEE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 174 238 -
CMYK 0.47 0.27 0 0.07
HSL 213.98º 0.77% 0.71% -
HSV(B) 213.98º 0.47% 0.93% -
XYZ 39.03 40.81 86.71 -
YUV 166.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 125 174 238 0.47 0.27 0 0.07 213.98 0.77 0.71
Hex 7D AE EE 2F 1B 0 7 D6 4D 47
Octal 175 256 356 57 33 0 7 326 115 107
Binary 1111101 10101110 11101110 101111 11011 0 111 11010110 1001101 1000111

Color Harmonies of #7DAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEEE

Black with #7DAEEE

Text Example


Text Example

White with #7DAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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