Html Css Color HEX #1285CC Pacific Blue

📋 copy color: '#1285CC'

red 18 ◦ green 133 ◦ blue 204

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

Shades of Pacific Blue #1285CC

Tints of Pacific Blue #1285CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 5.07%
G = 37.46%
B = 57.46%

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

#1285CC (or 0x1285CC) is known color: Pacific Blue. HEX triplet: 12, 85 and CC. RGB value is (18,133,204). Sum of RGB (Red+Green+Blue) = 18+133+204=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1285CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285CC is #ED7A33. Grayscale: #6A6A6A. Windows color (decimal): -15563316 or 13403410. OLE color: 13403410.

HSL color Cylindrical-coordinate representation of color #1285CC: hue angle of 202.9º 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 #1285CC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 133 204 -
CMYK 0.91 0.35 0 0.2
HSL 202.9º 0.84% 0.44% -
HSV(B) 202.9º 0.91% 0.8% -
XYZ 19.54 21.26 60.2 -
YUV 106.71 182.9 64.73 -
System Red Green Blue C M Y K H S L
Decimal 18 133 204 0.91 0.35 0 0.2 202.9 0.84 0.44
Hex 12 85 CC 5B 23 0 14 CB 54 2C
Octal 22 205 314 133 43 0 24 313 124 54
Binary 10010 10000101 11001100 1011011 100011 0 10100 11001011 1010100 101100

Color Harmonies of #1285CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285CC

Black with #1285CC

Text Example


Text Example

White with #1285CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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