Html Css Color HEX #1298CC Pacific Blue

📋 copy color: '#1298CC'

red 18 ◦ green 152 ◦ blue 204

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

Shades of Pacific Blue #1298CC

Tints of Pacific Blue #1298CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

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

R = 4.81%
G = 40.64%
B = 54.55%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1298CC (or 0x1298CC) is known color: Pacific Blue. HEX triplet: 12, 98 and CC. RGB value is (18,152,204). Sum of RGB (Red+Green+Blue) = 18+152+204=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1298CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298CC is #ED6733. Grayscale: #757575. Windows color (decimal): -15558452 or 13408274. OLE color: 13408274.

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

Color convert

RGB 18 152 204 -
CMYK 0.91 0.25 0 0.2
HSL 196.77º 0.84% 0.44% -
HSV(B) 196.77º 0.91% 0.8% -
XYZ 22.38 26.94 61.15 -
YUV 117.86 176.61 56.77 -
System Red Green Blue C M Y K H S L
Decimal 18 152 204 0.91 0.25 0 0.2 196.77 0.84 0.44
Hex 12 98 CC 5B 19 0 14 C5 54 2C
Octal 22 230 314 133 31 0 24 305 124 54
Binary 10010 10011000 11001100 1011011 11001 0 10100 11000101 1010100 101100

Color Harmonies of #1298CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298CC

Black with #1298CC

Text Example


Text Example

White with #1298CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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