Html Css Color HEX #0258BC Denim

📋 copy color: '#0258BC'

red 2 ◦ green 88 ◦ blue 188

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

Shades of Denim #0258BC

Tints of Denim #0258BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 0.72%
G = 31.65%
B = 67.63%

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

#0258BC (or 0x0258BC) is known color: Denim. HEX triplet: 02, 58 and BC. RGB value is (2,88,188). Sum of RGB (Red+Green+Blue) = 2+88+188=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #0258BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0258BC is #FDA743. Grayscale: #494949. Windows color (decimal): -16623428 or 12343298. OLE color: 12343298.

HSL color Cylindrical-coordinate representation of color #0258BC: hue angle of 212.26º 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 #0258BC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 88 188 -
CMYK 0.99 0.53 0 0.26
HSL 212.26º 0.98% 0.37% -
HSV(B) 212.26º 0.99% 0.74% -
XYZ 12.59 10.62 48.96 -
YUV 73.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 2 88 188 0.99 0.53 0 0.26 212.26 0.98 0.37
Hex 2 58 BC 63 35 0 1A D4 62 25
Octal 2 130 274 143 65 0 32 324 142 45
Binary 10 1011000 10111100 1100011 110101 0 11010 11010100 1100010 100101

Color Harmonies of #0258BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258BC

Black with #0258BC

Text Example


Text Example

White with #0258BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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