Html Css Color HEX #1298CF Pacific Blue

📋 copy color: '#1298CF'

red 18 ◦ green 152 ◦ blue 207

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

Shades of Pacific Blue #1298CF

Tints of Pacific Blue #1298CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 4.77%
G = 40.32%
B = 54.91%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1298CF (or 0x1298CF) is known color: Pacific Blue. HEX triplet: 12, 98 and CF. RGB value is (18,152,207). Sum of RGB (Red+Green+Blue) = 18+152+207=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #1298CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298CF is #ED6730. Grayscale: #757575. Windows color (decimal): -15558449 or 13604882. OLE color: 13604882.

HSL color Cylindrical-coordinate representation of color #1298CF: hue angle of 197.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1298CF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 152 207 -
CMYK 0.91 0.27 0 0.19
HSL 197.46º 0.84% 0.44% -
HSV(B) 197.46º 0.91% 0.81% -
XYZ 22.74 27.09 63.06 -
YUV 118.2 178.11 56.53 -
System Red Green Blue C M Y K H S L
Decimal 18 152 207 0.91 0.27 0 0.19 197.46 0.84 0.44
Hex 12 98 CF 5B 1B 0 13 C5 54 2C
Octal 22 230 317 133 33 0 23 305 124 54
Binary 10010 10011000 11001111 1011011 11011 0 10011 11000101 1010100 101100

Color Harmonies of #1298CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298CF

Black with #1298CF

Text Example


Text Example

White with #1298CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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