Html Css Color HEX #7DB9EA Jordy Blue

📋 copy color: '#7DB9EA'

red 125 ◦ green 185 ◦ blue 234

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

Shades of Jordy Blue #7DB9EA

Tints of Jordy Blue #7DB9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

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

R = 22.98%
G = 34.01%
B = 43.01%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DB9EA (or 0x7DB9EA) is known color: Jordy Blue. HEX triplet: 7D, B9 and EA. RGB value is (125,185,234). Sum of RGB (Red+Green+Blue) = 125+185+234=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DB9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB9EA is #824615. Grayscale: #ACACAC. Windows color (decimal): -8537622 or 15382909. OLE color: 15382909.

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

Color convert

RGB 125 185 234 -
CMYK 0.47 0.21 0 0.08
HSL 206.97º 0.72% 0.7% -
HSV(B) 206.97º 0.47% 0.92% -
XYZ 40.66 45 84.38 -
YUV 172.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 125 185 234 0.47 0.21 0 0.08 206.97 0.72 0.7
Hex 7D B9 EA 2F 15 0 8 CF 48 46
Octal 175 271 352 57 25 0 10 317 110 106
Binary 1111101 10111001 11101010 101111 10101 0 1000 11001111 1001000 1000110

Color Harmonies of #7DB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9EA

Black with #7DB9EA

Text Example


Text Example

White with #7DB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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