#69A4FD

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

Shades of Cornflower Blue #69A4FD

Tints of Cornflower Blue #69A4FD

Color information

#69A4FD (or 0x69A4FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, A4 and FD. RGB value is (105,164,253). Sum of RGB (Red+Green+Blue) = 105+164+253=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #69A4FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A4FD is #965B02. Grayscale: #9C9C9C. Windows color (decimal): -9853699 or 16622697. OLE color: 16622697.

HSL color Cylindrical-coordinate representation of color #69A4FD: hue angle of 216.08º 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 #69A4FD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105164253-
CMYK0.580.3500.01
HSL216.08º97.37%70.2%-
HSV(B)216.08º58.5%99.22%-
XYZ36.8336.6598.06-
YUV156.5182.4591.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.11%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=20.11%
G=31.42%
B=48.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051642530.580.3500.01216.0897.3770.2
Hex69A4FD3A2301d86146
Octal151244375724301330141106
Binary11010011010010011111101111010100011011101100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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