Html Css Color HEX #7DB1DC Jordy Blue

📋 copy color: '#7DB1DC'

red 125 ◦ green 177 ◦ blue 220

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

Shades of Jordy Blue #7DB1DC

Tints of Jordy Blue #7DB1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 23.95%
G = 33.91%
B = 42.15%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB1DC (or 0x7DB1DC) is known color: Jordy Blue. HEX triplet: 7D, B1 and DC. RGB value is (125,177,220). Sum of RGB (Red+Green+Blue) = 125+177+220=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1DC is #824E23. Grayscale: #A6A6A6. Windows color (decimal): -8539684 or 14463357. OLE color: 14463357.

HSL color Cylindrical-coordinate representation of color #7DB1DC: hue angle of 207.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB1DC is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 177 220 -
CMYK 0.43 0.20 0 0.14
HSL 207.16º 0.58% 0.68% -
HSV(B) 207.16º 0.43% 0.86% -
XYZ 37.1 40.97 73.66 -
YUV 166.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 125 177 220 0.43 0.20 0 0.14 207.16 0.58 0.68
Hex 7D B1 DC 2B 14 0 E CF 3A 44
Octal 175 261 334 53 24 0 16 317 72 104
Binary 1111101 10110001 11011100 101011 10100 0 1110 11001111 111010 1000100

Color Harmonies of #7DB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1DC

Black with #7DB1DC

Text Example


Text Example

White with #7DB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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