Html Css Color HEX #0D84CE Pacific Blue

📋 copy color: '#0D84CE'

red 13 ◦ green 132 ◦ blue 206

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

Shades of Pacific Blue #0D84CE

Tints of Pacific Blue #0D84CE

RGB

 RED value IS 13 (5.47% from 255) = 3.7%

 GREEN value IS 132 (51.95% from 255) = 37.61%

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

R = 3.7%
G = 37.61%
B = 58.69%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D84CE (or 0x0D84CE) is known color: Pacific Blue. HEX triplet: 0D, 84 and CE. RGB value is (13,132,206). Sum of RGB (Red+Green+Blue) = 13+132+206=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D84CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84CE is #F27B31. Grayscale: #686868. Windows color (decimal): -15891250 or 13534221. OLE color: 13534221.

HSL color Cylindrical-coordinate representation of color #0D84CE: hue angle of 203.01º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D84CE is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 132 206 -
CMYK 0.94 0.36 0 0.19
HSL 203.01º 0.88% 0.43% -
HSV(B) 203.01º 0.94% 0.81% -
XYZ 19.56 21.04 61.42 -
YUV 104.86 185.08 62.48 -
System Red Green Blue C M Y K H S L
Decimal 13 132 206 0.94 0.36 0 0.19 203.01 0.88 0.43
Hex D 84 CE 5E 24 0 13 CB 58 2B
Octal 15 204 316 136 44 0 23 313 130 53
Binary 1101 10000100 11001110 1011110 100100 0 10011 11001011 1011000 101011

Color Harmonies of #0D84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D84CE

Black with #0D84CE

Text Example


Text Example

White with #0D84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D84CE; }

 p { color: rgb(13,132,206); }

 H1.HeaderClassName
 {
   color: #0D84CE;
 }
 .AnyTagClassName
 {
   color: #0D84CE;
 }
</style>

background-color css

<style>
 a { background-color: #0D84CE; }

 a { background-color: rgb(13,132,206); }

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

border-color css

<style>
 span { border-color: #0D84CE; }

 span { border-color: rgb(13,132,206); }

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