Html Css Color HEX #1585CE Pacific Blue

📋 copy color: '#1585CE'

red 21 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #1585CE

Tints of Pacific Blue #1585CE

RGB

 RED value IS 21 (8.59% from 255) = 5.83%

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 5.83%
G = 36.94%
B = 57.22%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1585CE (or 0x1585CE) is known color: Pacific Blue. HEX triplet: 15, 85 and CE. RGB value is (21,133,206). Sum of RGB (Red+Green+Blue) = 21+133+206=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #1585CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585CE is #EA7A31. Grayscale: #6B6B6B. Windows color (decimal): -15366706 or 13534485. OLE color: 13534485.

HSL color Cylindrical-coordinate representation of color #1585CE: hue angle of 203.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1585CE is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 133 206 -
CMYK 0.90 0.35 0 0.19
HSL 203.68º 0.81% 0.45% -
HSV(B) 203.68º 0.9% 0.81% -
XYZ 19.84 21.39 61.48 -
YUV 107.83 183.39 66.06 -
System Red Green Blue C M Y K H S L
Decimal 21 133 206 0.90 0.35 0 0.19 203.68 0.81 0.45
Hex 15 85 CE 5A 23 0 13 CC 51 2D
Octal 25 205 316 132 43 0 23 314 121 55
Binary 10101 10000101 11001110 1011010 100011 0 10011 11001100 1010001 101101

Color Harmonies of #1585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1585CE

Black with #1585CE

Text Example


Text Example

White with #1585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1585CE; }

 p { color: rgb(21,133,206); }

 H1.HeaderClassName
 {
   color: #1585CE;
 }
 .AnyTagClassName
 {
   color: #1585CE;
 }
</style>

background-color css

<style>
 a { background-color: #1585CE; }

 a { background-color: rgb(21,133,206); }

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

border-color css

<style>
 span { border-color: #1585CE; }

 span { border-color: rgb(21,133,206); }

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