#469BED

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

Shades of Cornflower Blue #469BED

Tints of Cornflower Blue #469BED

Color information

#469BED (or 0x469BED) is unknown color: approx Cornflower Blue. HEX triplet: 46, 9B and ED. RGB value is (70,155,237). Sum of RGB (Red+Green+Blue) = 70+155+237=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #469BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BED is #B96412. Grayscale: #8A8A8A. Windows color (decimal): -12149779 or 15571782. OLE color: 15571782.

HSL color Cylindrical-coordinate representation of color #469BED: hue angle of 209.46º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469BED is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70155237-
CMYK0.700.3500.07
HSL209.46º82.27%60.2%-
HSV(B)209.46º70.46%92.94%-
XYZ29.5330.8684.52-
YUV138.93183.3478.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.15%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 237 (92.97% from 255) = 51.30%
R=15.15%
G=33.55%
B=51.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal701552370.700.3500.07209.4682.2760.2
Hex469BED462307d1523c
Octal106233355106430732112274
Binary1000110100110111110110110001101000110111110100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469BED; }

 p { color: rgb(70,155,237); }

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

<style>
 a { background-color: #469BED; }

 a { background-color: rgb(70,155,237); }

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

<style>
 span { border-color: #469BED; }

 span { border-color: rgb(70,155,237); }

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