#69A3FD

Color #69A3FD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #69A3FD

Tints of Cornflower Blue #69A3FD

Color information

#69A3FD (or 0x69A3FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, A3 and FD. RGB value is (105,163,253). Sum of RGB (Red+Green+Blue) = 105+163+253=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #69A3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A3FD is #965C02. Grayscale: #9B9B9B. Windows color (decimal): -9853955 or 16622441. OLE color: 16622441.

HSL color Cylindrical-coordinate representation of color #69A3FD: hue angle of 216.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A3FD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105163253-
CMYK0.580.3600.01
HSL216.49º97.37%70.2%-
HSV(B)216.49º58.5%99.22%-
XYZ36.6536.2998-
YUV155.92182.7891.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.15%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=20.15%
G=31.29%
B=48.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051632530.580.3600.01216.4997.3770.2
Hex69A3FD3A2401d86146
Octal151243375724401330141106
Binary11010011010001111111101111010100100011101100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,253); }

 H1.HeaderClassName
 {
   color: #69A3FD;
 }
 .AnyTagClassName
 {
   color: #69A3FD;
 }
</style>
background-color css

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

 a { background-color: rgb(105,163,253); }

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

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

 span { border-color: rgb(105,163,253); }

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