Html Css Color HEX #7DB2DC Jordy Blue

📋 copy color: '#7DB2DC'

red 125 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #7DB2DC

Tints of Jordy Blue #7DB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 23.9%
G = 34.03%
B = 42.07%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB2DC (or 0x7DB2DC) is known color: Jordy Blue. HEX triplet: 7D, B2 and DC. RGB value is (125,178,220). Sum of RGB (Red+Green+Blue) = 125+178+220=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2DC is #824D23. Grayscale: #A6A6A6. Windows color (decimal): -8539428 or 14463613. OLE color: 14463613.

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

Color convert

RGB 125 178 220 -
CMYK 0.43 0.19 0 0.14
HSL 206.53º 0.58% 0.68% -
HSV(B) 206.53º 0.43% 0.86% -
XYZ 37.3 41.37 73.73 -
YUV 166.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 125 178 220 0.43 0.19 0 0.14 206.53 0.58 0.68
Hex 7D B2 DC 2B 13 0 E CF 3A 44
Octal 175 262 334 53 23 0 16 317 72 104
Binary 1111101 10110010 11011100 101011 10011 0 1110 11001111 111010 1000100

Color Harmonies of #7DB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2DC

Black with #7DB2DC

Text Example


Text Example

White with #7DB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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