Html Css Color HEX #7DB2DA Jordy Blue

📋 copy color: '#7DB2DA'

red 125 ◦ green 178 ◦ blue 218

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

Shades of Jordy Blue #7DB2DA

Tints of Jordy Blue #7DB2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 23.99%
G = 34.17%
B = 41.84%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DB2DA (or 0x7DB2DA) is known color: Jordy Blue. HEX triplet: 7D, B2 and DA. RGB value is (125,178,218). Sum of RGB (Red+Green+Blue) = 125+178+218=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DB2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2DA is #824D25. Grayscale: #A6A6A6. Windows color (decimal): -8539430 or 14332541. OLE color: 14332541.

HSL color Cylindrical-coordinate representation of color #7DB2DA: hue angle of 205.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB2DA is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 178 218 -
CMYK 0.43 0.18 0 0.15
HSL 205.81º 0.56% 0.67% -
HSV(B) 205.81º 0.43% 0.85% -
XYZ 37.03 41.26 72.34 -
YUV 166.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 125 178 218 0.43 0.18 0 0.15 205.81 0.56 0.67
Hex 7D B2 DA 2B 12 0 F CE 38 43
Octal 175 262 332 53 22 0 17 316 70 103
Binary 1111101 10110010 11011010 101011 10010 0 1111 11001110 111000 1000011

Color Harmonies of #7DB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2DA

Black with #7DB2DA

Text Example


Text Example

White with #7DB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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