Html Css Color HEX #7DA2EA Jordy Blue

📋 copy color: '#7DA2EA'

red 125 ◦ green 162 ◦ blue 234

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

Shades of Jordy Blue #7DA2EA

Tints of Jordy Blue #7DA2EA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

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

R = 23.99%
G = 31.09%
B = 44.91%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DA2EA (or 0x7DA2EA) is known color: Jordy Blue. HEX triplet: 7D, A2 and EA. RGB value is (125,162,234). Sum of RGB (Red+Green+Blue) = 125+162+234=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DA2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA2EA is #825D15. Grayscale: #9E9E9E. Windows color (decimal): -8543510 or 15377021. OLE color: 15377021.

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

Color convert

RGB 125 162 234 -
CMYK 0.47 0.31 0 0.08
HSL 219.63º 0.72% 0.7% -
HSV(B) 219.63º 0.47% 0.92% -
XYZ 36.23 36.14 82.91 -
YUV 159.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 125 162 234 0.47 0.31 0 0.08 219.63 0.72 0.7
Hex 7D A2 EA 2F 1F 0 8 DC 48 46
Octal 175 242 352 57 37 0 10 334 110 106
Binary 1111101 10100010 11101010 101111 11111 0 1000 11011100 1001000 1000110

Color Harmonies of #7DA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA2EA

Black with #7DA2EA

Text Example


Text Example

White with #7DA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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