Html Css Color HEX #7DB1EA Jordy Blue

📋 copy color: '#7DB1EA'

red 125 ◦ green 177 ◦ blue 234

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

Shades of Jordy Blue #7DB1EA

Tints of Jordy Blue #7DB1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.02%

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

R = 23.32%
G = 33.02%
B = 43.66%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DB1EA (or 0x7DB1EA) is known color: Jordy Blue. HEX triplet: 7D, B1 and EA. RGB value is (125,177,234). Sum of RGB (Red+Green+Blue) = 125+177+234=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DB1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1EA is #824E15. Grayscale: #A7A7A7. Windows color (decimal): -8539670 or 15380861. OLE color: 15380861.

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

Color convert

RGB 125 177 234 -
CMYK 0.47 0.24 0 0.08
HSL 211.38º 0.72% 0.7% -
HSV(B) 211.38º 0.47% 0.92% -
XYZ 39.03 41.74 83.84 -
YUV 167.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 125 177 234 0.47 0.24 0 0.08 211.38 0.72 0.7
Hex 7D B1 EA 2F 18 0 8 D3 48 46
Octal 175 261 352 57 30 0 10 323 110 106
Binary 1111101 10110001 11101010 101111 11000 0 1000 11010011 1001000 1000110

Color Harmonies of #7DB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1EA

Black with #7DB1EA

Text Example


Text Example

White with #7DB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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