#1D50BC

Color #1D50BC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1D50BC

Tints of Cerulean Blue #1D50BC

Color information

#1D50BC (or 0x1D50BC) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 50 and BC. RGB value is (29,80,188). Sum of RGB (Red+Green+Blue) = 29+80+188=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50BC is #E2AF43. Grayscale: #4C4C4C. Windows color (decimal): -14856004 or 12341277. OLE color: 12341277.

HSL color Cylindrical-coordinate representation of color #1D50BC: hue angle of 220.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D50BC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2980188-
CMYK0.850.5700.26
HSL220.75º73.27%42.55%-
HSV(B)220.75º84.57%73.73%-
XYZ12.459.6348.78-
YUV77.06190.693.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.76%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=9.76%
G=26.94%
B=63.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal29801880.850.5700.26220.7573.2742.55
Hex1D50BC553901Add492b
Octal351202741257103233511153
Binary111011010000101111001010101111001011010110111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D50BC; }

 p { color: rgb(29,80,188); }

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

<style>
 a { background-color: #1D50BC; }

 a { background-color: rgb(29,80,188); }

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

<style>
 span { border-color: #1D50BC; }

 span { border-color: rgb(29,80,188); }

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