Html Css Color HEX #69A5ED Cornflower Blue

📋 copy color: '#69A5ED'

red 105 ◦ green 165 ◦ blue 237

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

Shades of Cornflower Blue #69A5ED

Tints of Cornflower Blue #69A5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 20.71%
G = 32.54%
B = 46.75%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69A5ED (or 0x69A5ED) is known color: Cornflower Blue. HEX triplet: 69, A5 and ED. RGB value is (105,165,237). Sum of RGB (Red+Green+Blue) = 105+165+237=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #69A5ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A5ED is #965A12. Grayscale: #9A9A9A. Windows color (decimal): -9853459 or 15574377. OLE color: 15574377.

HSL color Cylindrical-coordinate representation of color #69A5ED: hue angle of 212.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A5ED is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 165 237 -
CMYK 0.56 0.30 0 0.07
HSL 212.73º 0.79% 0.67% -
HSV(B) 212.73º 0.56% 0.93% -
XYZ 34.57 36.03 85.25 -
YUV 155.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 105 165 237 0.56 0.30 0 0.07 212.73 0.79 0.67
Hex 69 A5 ED 38 1E 0 7 D5 4F 43
Octal 151 245 355 70 36 0 7 325 117 103
Binary 1101001 10100101 11101101 111000 11110 0 111 11010101 1001111 1000011

Color Harmonies of #69A5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A5ED

Black with #69A5ED

Text Example


Text Example

White with #69A5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,165,237); }

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

background-color css

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

 a { background-color: rgb(105,165,237); }

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

border-color css

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

 span { border-color: rgb(105,165,237); }

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