Html Css Color HEX #1284CC Pacific Blue

📋 copy color: '#1284CC'

red 18 ◦ green 132 ◦ blue 204

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

Shades of Pacific Blue #1284CC

Tints of Pacific Blue #1284CC

RGB

 RED value IS 18 (7.42% from 255) = 5.08%

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

 BLUE value IS 204 (80.08% from 255) = 57.63%

R = 5.08%
G = 37.29%
B = 57.63%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1284CC (or 0x1284CC) is known color: Pacific Blue. HEX triplet: 12, 84 and CC. RGB value is (18,132,204). Sum of RGB (Red+Green+Blue) = 18+132+204=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #1284CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284CC is #ED7B33. Grayscale: #696969. Windows color (decimal): -15563572 or 13403154. OLE color: 13403154.

HSL color Cylindrical-coordinate representation of color #1284CC: hue angle of 203.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284CC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 132 204 -
CMYK 0.91 0.35 0 0.2
HSL 203.23º 0.84% 0.44% -
HSV(B) 203.23º 0.91% 0.8% -
XYZ 19.4 20.99 60.16 -
YUV 106.12 183.23 65.15 -
System Red Green Blue C M Y K H S L
Decimal 18 132 204 0.91 0.35 0 0.2 203.23 0.84 0.44
Hex 12 84 CC 5B 23 0 14 CB 54 2C
Octal 22 204 314 133 43 0 24 313 124 54
Binary 10010 10000100 11001100 1011011 100011 0 10100 11001011 1010100 101100

Color Harmonies of #1284CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284CC

Black with #1284CC

Text Example


Text Example

White with #1284CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1284CC; }

 p { color: rgb(18,132,204); }

 H1.HeaderClassName
 {
   color: #1284CC;
 }
 .AnyTagClassName
 {
   color: #1284CC;
 }
</style>

background-color css

<style>
 a { background-color: #1284CC; }

 a { background-color: rgb(18,132,204); }

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

border-color css

<style>
 span { border-color: #1284CC; }

 span { border-color: rgb(18,132,204); }

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