Html Css Color HEX #68A5DD Jordy Blue

📋 copy color: '#68A5DD'

red 104 ◦ green 165 ◦ blue 221

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

Shades of Jordy Blue #68A5DD

Tints of Jordy Blue #68A5DD

RGB

 RED value IS 104 (41.02% from 255) = 21.22%

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 21.22%
G = 33.67%
B = 45.1%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A5DD (or 0x68A5DD) is known color: Jordy Blue. HEX triplet: 68, A5 and DD. RGB value is (104,165,221). Sum of RGB (Red+Green+Blue) = 104+165+221=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #68A5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A5DD is #975A22. Grayscale: #989898. Windows color (decimal): -9919011 or 14525800. OLE color: 14525800.

HSL color Cylindrical-coordinate representation of color #68A5DD: hue angle of 208.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A5DD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 165 221 -
CMYK 0.53 0.25 0 0.13
HSL 208.72º 0.63% 0.64% -
HSV(B) 208.72º 0.53% 0.87% -
XYZ 32.22 35.07 73.48 -
YUV 153.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 104 165 221 0.53 0.25 0 0.13 208.72 0.63 0.64
Hex 68 A5 DD 35 19 0 D D1 3F 40
Octal 150 245 335 65 31 0 15 321 77 100
Binary 1101000 10100101 11011101 110101 11001 0 1101 11010001 111111 1000000

Color Harmonies of #68A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5DD

Black with #68A5DD

Text Example


Text Example

White with #68A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A5DD; }

 p { color: rgb(104,165,221); }

 H1.HeaderClassName
 {
   color: #68A5DD;
 }
 .AnyTagClassName
 {
   color: #68A5DD;
 }
</style>

background-color css

<style>
 a { background-color: #68A5DD; }

 a { background-color: rgb(104,165,221); }

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

border-color css

<style>
 span { border-color: #68A5DD; }

 span { border-color: rgb(104,165,221); }

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