Html Css Color HEX #1481BC Cerulean

📋 copy color: '#1481BC'

red 20 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #1481BC

Tints of Cerulean #1481BC

RGB

 RED value IS 20 (8.2% from 255) = 5.93%

 GREEN value IS 129 (50.78% from 255) = 38.28%

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

R = 5.93%
G = 38.28%
B = 55.79%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1481BC (or 0x1481BC) is known color: Cerulean. HEX triplet: 14, 81 and BC. RGB value is (20,129,188). Sum of RGB (Red+Green+Blue) = 20+129+188=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #1481BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BC is #EB7E43. Grayscale: #666666. Windows color (decimal): -15433284 or 12353812. OLE color: 12353812.

HSL color Cylindrical-coordinate representation of color #1481BC: hue angle of 201.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1481BC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 129 188 -
CMYK 0.89 0.31 0 0.26
HSL 201.07º 0.81% 0.41% -
HSV(B) 201.07º 0.89% 0.74% -
XYZ 17.22 19.48 50.43 -
YUV 103.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 20 129 188 0.89 0.31 0 0.26 201.07 0.81 0.41
Hex 14 81 BC 59 1F 0 1A C9 51 29
Octal 24 201 274 131 37 0 32 311 121 51
Binary 10100 10000001 10111100 1011001 11111 0 11010 11001001 1010001 101001

Color Harmonies of #1481BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481BC

Black with #1481BC

Text Example


Text Example

White with #1481BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1481BC; }

 p { color: rgb(20,129,188); }

 H1.HeaderClassName
 {
   color: #1481BC;
 }
 .AnyTagClassName
 {
   color: #1481BC;
 }
</style>

background-color css

<style>
 a { background-color: #1481BC; }

 a { background-color: rgb(20,129,188); }

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

border-color css

<style>
 span { border-color: #1481BC; }

 span { border-color: rgb(20,129,188); }

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