#63A2FD

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

Shades of Cornflower Blue #63A2FD

Tints of Cornflower Blue #63A2FD

Color information

#63A2FD (or 0x63A2FD) is unknown color: approx Cornflower Blue. HEX triplet: 63, A2 and FD. RGB value is (99,162,253). Sum of RGB (Red+Green+Blue) = 99+162+253=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #63A2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2FD is #9C5D02. Grayscale: #999999. Windows color (decimal): -10247427 or 16622179. OLE color: 16622179.

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

Color convert

RGB99162253-
CMYK0.610.3600.01
HSL215.45º97.47%69.02%-
HSV(B)215.45º60.87%99.22%-
XYZ35.835.5997.91-
YUV153.54184.1389.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.26%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=19.26%
G=31.52%
B=49.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal991622530.610.3600.01215.4597.4769.02
Hex63A2FD3D2401d76145
Octal143242375754401327141105
Binary11000111010001011111101111101100100011101011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,162,253); }

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

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

 a { background-color: rgb(99,162,253); }

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

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

 span { border-color: rgb(99,162,253); }

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