Html Css Color HEX #1481BD Cerulean

📋 copy color: '#1481BD'

red 20 ◦ green 129 ◦ blue 189

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

Shades of Cerulean #1481BD

Tints of Cerulean #1481BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 5.92%
G = 38.17%
B = 55.92%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1481BD (or 0x1481BD) is known color: Cerulean. HEX triplet: 14, 81 and BD. RGB value is (20,129,189). Sum of RGB (Red+Green+Blue) = 20+129+189=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #1481BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BD is #EB7E42. Grayscale: #666666. Windows color (decimal): -15433283 or 12419348. OLE color: 12419348.

HSL color Cylindrical-coordinate representation of color #1481BD: hue angle of 201.3º 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 #1481BD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 129 189 -
CMYK 0.89 0.32 0 0.26
HSL 201.3º 0.81% 0.41% -
HSV(B) 201.3º 0.89% 0.74% -
XYZ 17.32 19.52 51 -
YUV 103.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 20 129 189 0.89 0.32 0 0.26 201.3 0.81 0.41
Hex 14 81 BD 59 20 0 1A C9 51 29
Octal 24 201 275 131 40 0 32 311 121 51
Binary 10100 10000001 10111101 1011001 100000 0 11010 11001001 1010001 101001

Color Harmonies of #1481BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481BD

Black with #1481BD

Text Example


Text Example

White with #1481BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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