Html Css Color HEX #0B8FDD Pacific Blue

📋 copy color: '#0B8FDD'

red 11 ◦ green 143 ◦ blue 221

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

Shades of Pacific Blue #0B8FDD

Tints of Pacific Blue #0B8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

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

R = 2.93%
G = 38.13%
B = 58.93%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B8FDD (or 0x0B8FDD) is known color: Pacific Blue. HEX triplet: 0B, 8F and DD. RGB value is (11,143,221). Sum of RGB (Red+Green+Blue) = 11+143+221=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B8FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8FDD is #F47022. Grayscale: #6F6F6F. Windows color (decimal): -16019491 or 14520075. OLE color: 14520075.

HSL color Cylindrical-coordinate representation of color #0B8FDD: hue angle of 202.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8FDD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 143 221 -
CMYK 0.95 0.35 0 0.13
HSL 202.29º 0.91% 0.45% -
HSV(B) 202.29º 0.95% 0.87% -
XYZ 23.01 24.94 72.01 -
YUV 112.42 189.27 55.66 -
System Red Green Blue C M Y K H S L
Decimal 11 143 221 0.95 0.35 0 0.13 202.29 0.91 0.45
Hex B 8F DD 5F 23 0 D CA 5B 2D
Octal 13 217 335 137 43 0 15 312 133 55
Binary 1011 10001111 11011101 1011111 100011 0 1101 11001010 1011011 101101

Color Harmonies of #0B8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8FDD

Black with #0B8FDD

Text Example


Text Example

White with #0B8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,143,221); }

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

background-color css

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

 a { background-color: rgb(11,143,221); }

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

border-color css

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

 span { border-color: rgb(11,143,221); }

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