#418BCA

Color #418BCA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #418BCA

Tints of Curious Blue #418BCA

Color information

#418BCA (or 0x418BCA) is unknown color: approx Curious Blue. HEX triplet: 41, 8B and CA. RGB value is (65,139,202). Sum of RGB (Red+Green+Blue) = 65+139+202=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #418BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BCA is #BE7435. Grayscale: #7B7B7B. Windows color (decimal): -12481590 or 13273921. OLE color: 13273921.

HSL color Cylindrical-coordinate representation of color #418BCA: hue angle of 207.59º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418BCA is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65139202-
CMYK0.680.3100.21
HSL207.59º56.38%52.35%-
HSV(B)207.59º67.82%79.22%-
XYZ22.0723.8559.32-
YUV124.06171.9885.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.01%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=16.01%
G=34.24%
B=49.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651392020.680.3100.21207.5956.3852.35
Hex418BCA441F015d03834
Octal101213312104370253207064
Binary1000001100010111100101010001001111101010111010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418BCA; }

 p { color: rgb(65,139,202); }

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

<style>
 a { background-color: #418BCA; }

 a { background-color: rgb(65,139,202); }

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

<style>
 span { border-color: #418BCA; }

 span { border-color: rgb(65,139,202); }

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