Html Css Color HEX #69A2E1 Jordy Blue

📋 copy color: '#69A2E1'

red 105 ◦ green 162 ◦ blue 225

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

Shades of Jordy Blue #69A2E1

Tints of Jordy Blue #69A2E1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.93%

 BLUE value IS 225 (88.28% from 255) = 45.73%

R = 21.34%
G = 32.93%
B = 45.73%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#69A2E1 (or 0x69A2E1) is known color: Jordy Blue. HEX triplet: 69, A2 and E1. RGB value is (105,162,225). Sum of RGB (Red+Green+Blue) = 105+162+225=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #69A2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A2E1 is #965D1E. Grayscale: #979797. Windows color (decimal): -9854239 or 14787177. OLE color: 14787177.

HSL color Cylindrical-coordinate representation of color #69A2E1: hue angle of 211.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69A2E1 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 162 225 -
CMYK 0.53 0.28 0 0.12
HSL 211.5º 0.67% 0.65% -
HSV(B) 211.5º 0.53% 0.88% -
XYZ 32.34 34.28 76.15 -
YUV 152.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 105 162 225 0.53 0.28 0 0.12 211.5 0.67 0.65
Hex 69 A2 E1 35 1C 0 C D4 43 41
Octal 151 242 341 65 34 0 14 324 103 101
Binary 1101001 10100010 11100001 110101 11100 0 1100 11010100 1000011 1000001

Color Harmonies of #69A2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A2E1

Black with #69A2E1

Text Example


Text Example

White with #69A2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,162,225); }

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

background-color css

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

 a { background-color: rgb(105,162,225); }

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

border-color css

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

 span { border-color: rgb(105,162,225); }

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