Html Css Color HEX #7DB4DC Jordy Blue

📋 copy color: '#7DB4DC'

red 125 ◦ green 180 ◦ blue 220

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

Shades of Jordy Blue #7DB4DC

Tints of Jordy Blue #7DB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 23.81%
G = 34.29%
B = 41.9%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB4DC (or 0x7DB4DC) is known color: Jordy Blue. HEX triplet: 7D, B4 and DC. RGB value is (125,180,220). Sum of RGB (Red+Green+Blue) = 125+180+220=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4DC is #824B23. Grayscale: #A7A7A7. Windows color (decimal): -8538916 or 14464125. OLE color: 14464125.

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

Color convert

RGB 125 180 220 -
CMYK 0.43 0.18 0 0.14
HSL 205.26º 0.58% 0.68% -
HSV(B) 205.26º 0.43% 0.86% -
XYZ 37.7 42.17 73.86 -
YUV 168.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 125 180 220 0.43 0.18 0 0.14 205.26 0.58 0.68
Hex 7D B4 DC 2B 12 0 E CD 3A 44
Octal 175 264 334 53 22 0 16 315 72 104
Binary 1111101 10110100 11011100 101011 10010 0 1110 11001101 111010 1000100

Color Harmonies of #7DB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4DC

Black with #7DB4DC

Text Example


Text Example

White with #7DB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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