#4282BF

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

Shades of Curious Blue #4282BF

Tints of Curious Blue #4282BF

Color information

#4282BF (or 0x4282BF) is unknown color: approx Curious Blue. HEX triplet: 42, 82 and BF. RGB value is (66,130,191). Sum of RGB (Red+Green+Blue) = 66+130+191=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #4282BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4282BF is #BD7D40. Grayscale: #757575. Windows color (decimal): -12418369 or 12550722. OLE color: 12550722.

HSL color Cylindrical-coordinate representation of color #4282BF: hue angle of 209.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4282BF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66130191-
CMYK0.650.3200.25
HSL209.28º49.41%50.39%-
HSV(B)209.28º65.45%74.9%-
XYZ19.6320.8952.29-
YUV117.82169.391.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 49.35%
R=17.05%
G=33.59%
B=49.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661301910.650.3200.25209.2849.4150.39
Hex4282BF4120019d13132
Octal102202277101400313216162
Binary10000101000001010111111100000110000001100111010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4282BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4282BF; }

 p { color: rgb(66,130,191); }

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

<style>
 a { background-color: #4282BF; }

 a { background-color: rgb(66,130,191); }

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

<style>
 span { border-color: #4282BF; }

 span { border-color: rgb(66,130,191); }

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