Html Css Color HEX #69A0DD Jordy Blue

📋 copy color: '#69A0DD'

red 105 ◦ green 160 ◦ blue 221

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

Shades of Jordy Blue #69A0DD

Tints of Jordy Blue #69A0DD

RGB

 RED value IS 105 (41.41% from 255) = 21.6%

 GREEN value IS 160 (62.89% from 255) = 32.92%

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

R = 21.6%
G = 32.92%
B = 45.47%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#69A0DD (or 0x69A0DD) is known color: Jordy Blue. HEX triplet: 69, A0 and DD. RGB value is (105,160,221). Sum of RGB (Red+Green+Blue) = 105+160+221=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #69A0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0DD is #965F22. Grayscale: #969696. Windows color (decimal): -9854755 or 14524521. OLE color: 14524521.

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

Color convert

RGB 105 160 221 -
CMYK 0.52 0.28 0 0.13
HSL 211.55º 0.63% 0.64% -
HSV(B) 211.55º 0.52% 0.87% -
XYZ 31.45 33.37 73.19 -
YUV 150.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 105 160 221 0.52 0.28 0 0.13 211.55 0.63 0.64
Hex 69 A0 DD 34 1C 0 D D4 3F 40
Octal 151 240 335 64 34 0 15 324 77 100
Binary 1101001 10100000 11011101 110100 11100 0 1101 11010100 111111 1000000

Color Harmonies of #69A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A0DD

Black with #69A0DD

Text Example


Text Example

White with #69A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A0DD; }

 p { color: rgb(105,160,221); }

 H1.HeaderClassName
 {
   color: #69A0DD;
 }
 .AnyTagClassName
 {
   color: #69A0DD;
 }
</style>

background-color css

<style>
 a { background-color: #69A0DD; }

 a { background-color: rgb(105,160,221); }

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

border-color css

<style>
 span { border-color: #69A0DD; }

 span { border-color: rgb(105,160,221); }

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