#69A5FD

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

Shades of Cornflower Blue #69A5FD

Tints of Cornflower Blue #69A5FD

Color information

#69A5FD (or 0x69A5FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, A5 and FD. RGB value is (105,165,253). Sum of RGB (Red+Green+Blue) = 105+165+253=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #69A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A5FD is #965A02. Grayscale: #9C9C9C. Windows color (decimal): -9853443 or 16622953. OLE color: 16622953.

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

Color convert

RGB105165253-
CMYK0.580.3500.01
HSL215.68º97.37%70.2%-
HSV(B)215.68º58.5%99.22%-
XYZ37.0137.0198.12-
YUV157.09182.1290.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.08%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=20.08%
G=31.55%
B=48.37%

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
Decimal1051652530.580.3500.01215.6897.3770.2
Hex69A5FD3A2301d86146
Octal151245375724301330141106
Binary11010011010010111111101111010100011011101100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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