Html Css Color HEX #0B8CDB Pacific Blue

📋 copy color: '#0B8CDB'

red 11 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #0B8CDB

Tints of Pacific Blue #0B8CDB

RGB

 RED value IS 11 (4.69% from 255) = 2.97%

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 2.97%
G = 37.84%
B = 59.19%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B8CDB (or 0x0B8CDB) is known color: Pacific Blue. HEX triplet: 0B, 8C and DB. RGB value is (11,140,219). Sum of RGB (Red+Green+Blue) = 11+140+219=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B8CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8CDB is #F47324. Grayscale: #6D6D6D. Windows color (decimal): -16020261 or 14388235. OLE color: 14388235.

HSL color Cylindrical-coordinate representation of color #0B8CDB: hue angle of 202.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8CDB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 140 219 -
CMYK 0.95 0.36 0 0.14
HSL 202.79º 0.9% 0.45% -
HSV(B) 202.79º 0.95% 0.86% -
XYZ 22.3 23.94 70.46 -
YUV 110.44 189.26 57.08 -
System Red Green Blue C M Y K H S L
Decimal 11 140 219 0.95 0.36 0 0.14 202.79 0.9 0.45
Hex B 8C DB 5F 24 0 E CB 5A 2D
Octal 13 214 333 137 44 0 16 313 132 55
Binary 1011 10001100 11011011 1011111 100100 0 1110 11001011 1011010 101101

Color Harmonies of #0B8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8CDB

Black with #0B8CDB

Text Example


Text Example

White with #0B8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,140,219); }

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

background-color css

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

 a { background-color: rgb(11,140,219); }

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

border-color css

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

 span { border-color: rgb(11,140,219); }

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