Html Css Color HEX #1C51BC Cerulean Blue

📋 copy color: '#1C51BC'

red 28 ◦ green 81 ◦ blue 188

#1C51BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1C51BC

Tints of Cerulean Blue #1C51BC

RGB

 RED value IS 28 (11.33% from 255) = 9.43%

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 9.43%
G = 27.27%
B = 63.3%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C51BC (or 0x1C51BC) is known color: Cerulean Blue. HEX triplet: 1C, 51 and BC. RGB value is (28,81,188). Sum of RGB (Red+Green+Blue) = 28+81+188=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 81 (32.03% from 255 or 27.27% 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 #1C51BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C51BC is #E3AE43. Grayscale: #4C4C4C. Windows color (decimal): -14921284 or 12341532. OLE color: 12341532.

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

Color convert

RGB 28 81 188 -
CMYK 0.85 0.57 0 0.26
HSL 220.13º 0.74% 0.42% -
HSV(B) 220.13º 0.85% 0.74% -
XYZ 12.5 9.76 48.8 -
YUV 77.35 190.44 92.8 -
System Red Green Blue C M Y K H S L
Decimal 28 81 188 0.85 0.57 0 0.26 220.13 0.74 0.42
Hex 1C 51 BC 55 39 0 1A DC 4A 2A
Octal 34 121 274 125 71 0 32 334 112 52
Binary 11100 1010001 10111100 1010101 111001 0 11010 11011100 1001010 101010

Color Harmonies of #1C51BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C51BC

Black with #1C51BC

Text Example


Text Example

White with #1C51BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,81,188); }

 H1.HeaderClassName
 {
   color: #1C51BC;
 }
 .AnyTagClassName
 {
   color: #1C51BC;
 }
</style>

background-color css

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

 a { background-color: rgb(28,81,188); }

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

border-color css

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

 span { border-color: rgb(28,81,188); }

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