Html Css Color HEX #1484B3 Cerulean

📋 copy color: '#1484B3'

red 20 ◦ green 132 ◦ blue 179

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

Shades of Cerulean #1484B3

Tints of Cerulean #1484B3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 179 (70.31% from 255) = 54.08%

R = 6.04%
G = 39.88%
B = 54.08%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1484B3 (or 0x1484B3) is known color: Cerulean. HEX triplet: 14, 84 and B3. RGB value is (20,132,179). Sum of RGB (Red+Green+Blue) = 20+132+179=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #1484B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484B3 is #EB7B4C. Grayscale: #676767. Windows color (decimal): -15432525 or 11764756. OLE color: 11764756.

HSL color Cylindrical-coordinate representation of color #1484B3: hue angle of 197.74º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1484B3 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 132 179 -
CMYK 0.89 0.26 0 0.30
HSL 197.74º 0.8% 0.39% -
HSV(B) 197.74º 0.89% 0.7% -
XYZ 16.68 19.91 45.61 -
YUV 103.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 20 132 179 0.89 0.26 0 0.30 197.74 0.8 0.39
Hex 14 84 B3 59 1A 0 1E C6 50 27
Octal 24 204 263 131 32 0 36 306 120 47
Binary 10100 10000100 10110011 1011001 11010 0 11110 11000110 1010000 100111

Color Harmonies of #1484B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484B3

Black with #1484B3

Text Example


Text Example

White with #1484B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1484B3; }

 p { color: rgb(20,132,179); }

 H1.HeaderClassName
 {
   color: #1484B3;
 }
 .AnyTagClassName
 {
   color: #1484B3;
 }
</style>

background-color css

<style>
 a { background-color: #1484B3; }

 a { background-color: rgb(20,132,179); }

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

border-color css

<style>
 span { border-color: #1484B3; }

 span { border-color: rgb(20,132,179); }

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