Html Css Color HEX #7DA5FD Jordy Blue

📋 copy color: '#7DA5FD'

red 125 ◦ green 165 ◦ blue 253

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

Shades of Jordy Blue #7DA5FD

Tints of Jordy Blue #7DA5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 23.02%
G = 30.39%
B = 46.59%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DA5FD (or 0x7DA5FD) is known color: Jordy Blue. HEX triplet: 7D, A5 and FD. RGB value is (125,165,253). Sum of RGB (Red+Green+Blue) = 125+165+253=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA5FD is #825A02. Grayscale: #A2A2A2. Windows color (decimal): -8542723 or 16622973. OLE color: 16622973.

HSL color Cylindrical-coordinate representation of color #7DA5FD: hue angle of 221.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DA5FD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 165 253 -
CMYK 0.51 0.35 0 0.01
HSL 221.25º 0.97% 0.74% -
HSV(B) 221.25º 0.51% 0.99% -
XYZ 39.64 38.36 98.24 -
YUV 163.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 125 165 253 0.51 0.35 0 0.01 221.25 0.97 0.74
Hex 7D A5 FD 33 23 0 1 DD 61 4A
Octal 175 245 375 63 43 0 1 335 141 112
Binary 1111101 10100101 11111101 110011 100011 0 1 11011101 1100001 1001010

Color Harmonies of #7DA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA5FD

Black with #7DA5FD

Text Example


Text Example

White with #7DA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,253); }

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

background-color css

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

 a { background-color: rgb(125,165,253); }

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

border-color css

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

 span { border-color: rgb(125,165,253); }

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