Html Css Color HEX #7DB0DC Jordy Blue

📋 copy color: '#7DB0DC'

red 125 ◦ green 176 ◦ blue 220

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

Shades of Jordy Blue #7DB0DC

Tints of Jordy Blue #7DB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 23.99%
G = 33.78%
B = 42.23%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB0DC (or 0x7DB0DC) is known color: Jordy Blue. HEX triplet: 7D, B0 and DC. RGB value is (125,176,220). Sum of RGB (Red+Green+Blue) = 125+176+220=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB0DC is #824F23. Grayscale: #A5A5A5. Windows color (decimal): -8539940 or 14463101. OLE color: 14463101.

HSL color Cylindrical-coordinate representation of color #7DB0DC: hue angle of 207.79º 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 #7DB0DC is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 176 220 -
CMYK 0.43 0.2 0 0.14
HSL 207.79º 0.58% 0.68% -
HSV(B) 207.79º 0.43% 0.86% -
XYZ 36.9 40.58 73.6 -
YUV 165.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 125 176 220 0.43 0.2 0 0.14 207.79 0.58 0.68
Hex 7D B0 DC 2B 14 0 E D0 3A 44
Octal 175 260 334 53 24 0 16 320 72 104
Binary 1111101 10110000 11011100 101011 10100 0 1110 11010000 111010 1000100

Color Harmonies of #7DB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB0DC

Black with #7DB0DC

Text Example


Text Example

White with #7DB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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