Html Css Color HEX #0B90DD Pacific Blue

📋 copy color: '#0B90DD'

red 11 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #0B90DD

Tints of Pacific Blue #0B90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 2.93%
G = 38.3%
B = 58.78%

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

#0B90DD (or 0x0B90DD) is known color: Pacific Blue. HEX triplet: 0B, 90 and DD. RGB value is (11,144,221). Sum of RGB (Red+Green+Blue) = 11+144+221=376 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B90DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B90DD is #F46F22. Grayscale: #707070. Windows color (decimal): -16019235 or 14520331. OLE color: 14520331.

HSL color Cylindrical-coordinate representation of color #0B90DD: hue angle of 202º 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 #0B90DD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 144 221 -
CMYK 0.95 0.35 0 0.13
HSL 202º 0.91% 0.45% -
HSV(B) 202º 0.95% 0.87% -
XYZ 23.16 25.24 72.06 -
YUV 113.01 188.94 55.24 -
System Red Green Blue C M Y K H S L
Decimal 11 144 221 0.95 0.35 0 0.13 202 0.91 0.45
Hex B 90 DD 5F 23 0 D CA 5B 2D
Octal 13 220 335 137 43 0 15 312 133 55
Binary 1011 10010000 11011101 1011111 100011 0 1101 11001010 1011011 101101

Color Harmonies of #0B90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B90DD

Black with #0B90DD

Text Example


Text Example

White with #0B90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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