#63A5F1

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

Shades of Cornflower Blue #63A5F1

Tints of Cornflower Blue #63A5F1

Color information

#63A5F1 (or 0x63A5F1) is unknown color: approx Cornflower Blue. HEX triplet: 63, A5 and F1. RGB value is (99,165,241). Sum of RGB (Red+Green+Blue) = 99+165+241=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #63A5F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A5F1 is #9C5A0E. Grayscale: #999999. Windows color (decimal): -10246671 or 15836515. OLE color: 15836515.

HSL color Cylindrical-coordinate representation of color #63A5F1: hue angle of 212.11º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63A5F1 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB99165241-
CMYK0.590.3200.05
HSL212.11º83.53%66.67%-
HSV(B)212.11º58.92%94.51%-
XYZ34.4835.9188.33-
YUV153.93177.1388.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.60%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 241 (94.53% from 255) = 47.72%
R=19.60%
G=32.67%
B=47.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal991652410.590.3200.05212.1183.5366.67
Hex63A5F13B2005d45443
Octal143245361734005324124103
Binary1100011101001011111000111101110000001011101010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A5F1; }

 p { color: rgb(99,165,241); }

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

<style>
 a { background-color: #63A5F1; }

 a { background-color: rgb(99,165,241); }

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

<style>
 span { border-color: #63A5F1; }

 span { border-color: rgb(99,165,241); }

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