Html Css Color HEX #0258BD Denim

📋 copy color: '#0258BD'

red 2 ◦ green 88 ◦ blue 189

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

Shades of Denim #0258BD

Tints of Denim #0258BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.54%

 BLUE value IS 189 (74.22% from 255) = 67.74%

R = 0.72%
G = 31.54%
B = 67.74%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0258BD (or 0x0258BD) is known color: Denim. HEX triplet: 02, 58 and BD. RGB value is (2,88,189). Sum of RGB (Red+Green+Blue) = 2+88+189=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0258BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258BD is #FDA742. Grayscale: #494949. Windows color (decimal): -16623427 or 12408834. OLE color: 12408834.

HSL color Cylindrical-coordinate representation of color #0258BD: hue angle of 212.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258BD is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 88 189 -
CMYK 0.99 0.53 0 0.26
HSL 212.41º 0.98% 0.37% -
HSV(B) 212.41º 0.99% 0.74% -
XYZ 12.7 10.67 49.53 -
YUV 73.8 193.01 76.79 -
System Red Green Blue C M Y K H S L
Decimal 2 88 189 0.99 0.53 0 0.26 212.41 0.98 0.37
Hex 2 58 BD 63 35 0 1A D4 62 25
Octal 2 130 275 143 65 0 32 324 142 45
Binary 10 1011000 10111101 1100011 110101 0 11010 11010100 1100010 100101

Color Harmonies of #0258BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258BD

Black with #0258BD

Text Example


Text Example

White with #0258BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0258BD; }

 p { color: rgb(2,88,189); }

 H1.HeaderClassName
 {
   color: #0258BD;
 }
 .AnyTagClassName
 {
   color: #0258BD;
 }
</style>

background-color css

<style>
 a { background-color: #0258BD; }

 a { background-color: rgb(2,88,189); }

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

border-color css

<style>
 span { border-color: #0258BD; }

 span { border-color: rgb(2,88,189); }

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