Html Css Color HEX #1295DD Pacific Blue

📋 copy color: '#1295DD'

red 18 ◦ green 149 ◦ blue 221

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

Shades of Pacific Blue #1295DD

Tints of Pacific Blue #1295DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 4.64%
G = 38.4%
B = 56.96%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1295DD (or 0x1295DD) is known color: Pacific Blue. HEX triplet: 12, 95 and DD. RGB value is (18,149,221). Sum of RGB (Red+Green+Blue) = 18+149+221=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #1295DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295DD is #ED6A22. Grayscale: #757575. Windows color (decimal): -15559203 or 14521618. OLE color: 14521618.

HSL color Cylindrical-coordinate representation of color #1295DD: hue angle of 201.28º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1295DD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 149 221 -
CMYK 0.92 0.33 0 0.13
HSL 201.28º 0.85% 0.47% -
HSV(B) 201.28º 0.92% 0.87% -
XYZ 24.05 26.84 72.32 -
YUV 118.04 186.1 56.65 -
System Red Green Blue C M Y K H S L
Decimal 18 149 221 0.92 0.33 0 0.13 201.28 0.85 0.47
Hex 12 95 DD 5C 21 0 D C9 55 2F
Octal 22 225 335 134 41 0 15 311 125 57
Binary 10010 10010101 11011101 1011100 100001 0 1101 11001001 1010101 101111

Color Harmonies of #1295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295DD

Black with #1295DD

Text Example


Text Example

White with #1295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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