#1B50DF

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

Shades of Cerulean Blue #1B50DF

Tints of Cerulean Blue #1B50DF

Color information

#1B50DF (or 0x1B50DF) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 50 and DF. RGB value is (27,80,223). Sum of RGB (Red+Green+Blue) = 27+80+223=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B50DF is #E4AF20. Grayscale: #4F4F4F. Windows color (decimal): -14987041 or 14635035. OLE color: 14635035.

HSL color Cylindrical-coordinate representation of color #1B50DF: hue angle of 223.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B50DF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2780223-
CMYK0.880.6400.13
HSL223.78º78.4%49.02%-
HSV(B)223.78º87.89%87.45%-
XYZ16.6411.371.12-
YUV80.46208.4489.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.18%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 223 (87.5% from 255) = 67.58%
R=8.18%
G=24.24%
B=67.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal27802230.880.6400.13223.7878.449.02
Hex1B50DF58400De04e31
Octal3312033713010001534011661
Binary110111010000110111111011000100000001101111000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B50DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,80,223); }

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

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

 a { background-color: rgb(27,80,223); }

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

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

 span { border-color: rgb(27,80,223); }

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