Html Css Color HEX #1485CE Pacific Blue

📋 copy color: '#1485CE'

red 20 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #1485CE

Tints of Pacific Blue #1485CE

RGB

 RED value IS 20 (8.2% from 255) = 5.57%

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

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

R = 5.57%
G = 37.05%
B = 57.38%

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

#1485CE (or 0x1485CE) is known color: Pacific Blue. HEX triplet: 14, 85 and CE. RGB value is (20,133,206). Sum of RGB (Red+Green+Blue) = 20+133+206=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1485CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485CE is #EB7A31. Grayscale: #6B6B6B. Windows color (decimal): -15432242 or 13534484. OLE color: 13534484.

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

Color convert

RGB 20 133 206 -
CMYK 0.90 0.35 0 0.19
HSL 203.55º 0.82% 0.44% -
HSV(B) 203.55º 0.9% 0.81% -
XYZ 19.82 21.38 61.47 -
YUV 107.54 183.56 65.56 -
System Red Green Blue C M Y K H S L
Decimal 20 133 206 0.90 0.35 0 0.19 203.55 0.82 0.44
Hex 14 85 CE 5A 23 0 13 CC 52 2C
Octal 24 205 316 132 43 0 23 314 122 54
Binary 10100 10000101 11001110 1011010 100011 0 10011 11001100 1010010 101100

Color Harmonies of #1485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485CE

Black with #1485CE

Text Example


Text Example

White with #1485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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