Html Css Color HEX #025BBB Denim

📋 copy color: '#025BBB'

red 2 ◦ green 91 ◦ blue 187

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

Shades of Denim #025BBB

Tints of Denim #025BBB

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 187 (73.44% from 255) = 66.79%

R = 0.71%
G = 32.5%
B = 66.79%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025BBB (or 0x025BBB) is known color: Denim. HEX triplet: 02, 5B and BB. RGB value is (2,91,187). Sum of RGB (Red+Green+Blue) = 2+91+187=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #025BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BBB is #FDA444. Grayscale: #4A4A4A. Windows color (decimal): -16622661 or 12278530. OLE color: 12278530.

HSL color Cylindrical-coordinate representation of color #025BBB: hue angle of 211.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BBB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 91 187 -
CMYK 0.99 0.51 0 0.27
HSL 211.14º 0.98% 0.37% -
HSV(B) 211.14º 0.99% 0.73% -
XYZ 12.74 11.08 48.48 -
YUV 75.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 2 91 187 0.99 0.51 0 0.27 211.14 0.98 0.37
Hex 2 5B BB 63 33 0 1B D3 62 25
Octal 2 133 273 143 63 0 33 323 142 45
Binary 10 1011011 10111011 1100011 110011 0 11011 11010011 1100010 100101

Color Harmonies of #025BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BBB

Black with #025BBB

Text Example


Text Example

White with #025BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025BBB; }

 p { color: rgb(2,91,187); }

 H1.HeaderClassName
 {
   color: #025BBB;
 }
 .AnyTagClassName
 {
   color: #025BBB;
 }
</style>

background-color css

<style>
 a { background-color: #025BBB; }

 a { background-color: rgb(2,91,187); }

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

border-color css

<style>
 span { border-color: #025BBB; }

 span { border-color: rgb(2,91,187); }

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