Html Css Color HEX #1295DA Pacific Blue

📋 copy color: '#1295DA'

red 18 ◦ green 149 ◦ blue 218

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

Shades of Pacific Blue #1295DA

Tints of Pacific Blue #1295DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 4.68%
G = 38.7%
B = 56.62%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1295DA (or 0x1295DA) is known color: Pacific Blue. HEX triplet: 12, 95 and DA. RGB value is (18,149,218). Sum of RGB (Red+Green+Blue) = 18+149+218=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #1295DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295DA is #ED6A25. Grayscale: #757575. Windows color (decimal): -15559206 or 14325010. OLE color: 14325010.

HSL color Cylindrical-coordinate representation of color #1295DA: hue angle of 200.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1295DA is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 149 218 -
CMYK 0.92 0.32 0 0.15
HSL 200.7º 0.85% 0.46% -
HSV(B) 200.7º 0.92% 0.85% -
XYZ 23.65 26.69 70.23 -
YUV 117.7 184.6 56.89 -
System Red Green Blue C M Y K H S L
Decimal 18 149 218 0.92 0.32 0 0.15 200.7 0.85 0.46
Hex 12 95 DA 5C 20 0 F C9 55 2E
Octal 22 225 332 134 40 0 17 311 125 56
Binary 10010 10010101 11011010 1011100 100000 0 1111 11001001 1010101 101110

Color Harmonies of #1295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295DA

Black with #1295DA

Text Example


Text Example

White with #1295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1295DA; }

 p { color: rgb(18,149,218); }

 H1.HeaderClassName
 {
   color: #1295DA;
 }
 .AnyTagClassName
 {
   color: #1295DA;
 }
</style>

background-color css

<style>
 a { background-color: #1295DA; }

 a { background-color: rgb(18,149,218); }

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

border-color css

<style>
 span { border-color: #1295DA; }

 span { border-color: rgb(18,149,218); }

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