Html Css Color HEX #7DA6F2 Jordy Blue

📋 copy color: '#7DA6F2'

red 125 ◦ green 166 ◦ blue 242

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

Shades of Jordy Blue #7DA6F2

Tints of Jordy Blue #7DA6F2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 23.45%
G = 31.14%
B = 45.4%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DA6F2 (or 0x7DA6F2) is known color: Jordy Blue. HEX triplet: 7D, A6 and F2. RGB value is (125,166,242). Sum of RGB (Red+Green+Blue) = 125+166+242=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DA6F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA6F2 is #82590D. Grayscale: #A2A2A2. Windows color (decimal): -8542478 or 15902333. OLE color: 15902333.

HSL color Cylindrical-coordinate representation of color #7DA6F2: hue angle of 218.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA6F2 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 166 242 -
CMYK 0.48 0.31 0 0.05
HSL 218.97º 0.82% 0.72% -
HSV(B) 218.97º 0.48% 0.95% -
XYZ 38.12 38.04 89.34 -
YUV 162.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 125 166 242 0.48 0.31 0 0.05 218.97 0.82 0.72
Hex 7D A6 F2 30 1F 0 5 DB 52 48
Octal 175 246 362 60 37 0 5 333 122 110
Binary 1111101 10100110 11110010 110000 11111 0 101 11011011 1010010 1001000

Color Harmonies of #7DA6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA6F2

Black with #7DA6F2

Text Example


Text Example

White with #7DA6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,242); }

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

background-color css

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

 a { background-color: rgb(125,166,242); }

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

border-color css

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

 span { border-color: rgb(125,166,242); }

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