Html Css Color HEX #7DAFDB Jordy Blue

📋 copy color: '#7DAFDB'

red 125 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #7DAFDB

Tints of Jordy Blue #7DAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 24.08%
G = 33.72%
B = 42.2%

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

#7DAFDB (or 0x7DAFDB) is known color: Jordy Blue. HEX triplet: 7D, AF and DB. RGB value is (125,175,219). Sum of RGB (Red+Green+Blue) = 125+175+219=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAFDB is #825024. Grayscale: #A4A4A4. Windows color (decimal): -8540197 or 14397309. OLE color: 14397309.

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

Color convert

RGB 125 175 219 -
CMYK 0.43 0.20 0 0.14
HSL 208.09º 0.57% 0.67% -
HSV(B) 208.09º 0.43% 0.86% -
XYZ 36.57 40.13 72.84 -
YUV 165.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 125 175 219 0.43 0.20 0 0.14 208.09 0.57 0.67
Hex 7D AF DB 2B 14 0 E D0 39 43
Octal 175 257 333 53 24 0 16 320 71 103
Binary 1111101 10101111 11011011 101011 10100 0 1110 11010000 111001 1000011

Color Harmonies of #7DAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAFDB

Black with #7DAFDB

Text Example


Text Example

White with #7DAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,175,219); }

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

background-color css

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

 a { background-color: rgb(125,175,219); }

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

border-color css

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

 span { border-color: rgb(125,175,219); }

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