Html Css Color HEX #082DB8 International Klein Blue

📋 copy color: '#082DB8'

red 8 ◦ green 45 ◦ blue 184

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

Shades of International Klein Blue #082DB8

Tints of International Klein Blue #082DB8

RGB

 RED value IS 8 (3.52% from 255) = 3.38%

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 184 (72.27% from 255) = 77.64%

R = 3.38%
G = 18.99%
B = 77.64%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#082DB8 (or 0x082DB8) is known color: International Klein Blue. HEX triplet: 08, 2D and B8. RGB value is (8,45,184). Sum of RGB (Red+Green+Blue) = 8+45+184=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 184 (72.27% from 255 or 77.64% from 237); Max value from RGB is 184 - color contains mainly: blue. Hex color #082DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DB8 is #F7D247. Grayscale: #313131. Windows color (decimal): -16241224 or 12070152. OLE color: 12070152.

HSL color Cylindrical-coordinate representation of color #082DB8: hue angle of 227.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DB8 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 45 184 -
CMYK 0.96 0.76 0 0.28
HSL 227.39º 0.92% 0.38% -
HSV(B) 227.39º 0.96% 0.72% -
XYZ 9.69 5.39 45.88 -
YUV 49.78 203.74 98.2 -
System Red Green Blue C M Y K H S L
Decimal 8 45 184 0.96 0.76 0 0.28 227.39 0.92 0.38
Hex 8 2D B8 60 4C 0 1C E3 5C 26
Octal 10 55 270 140 114 0 34 343 134 46
Binary 1000 101101 10111000 1100000 1001100 0 11100 11100011 1011100 100110

Color Harmonies of #082DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DB8

Black with #082DB8

Text Example


Text Example

White with #082DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082DB8; }

 p { color: rgb(8,45,184); }

 H1.HeaderClassName
 {
   color: #082DB8;
 }
 .AnyTagClassName
 {
   color: #082DB8;
 }
</style>

background-color css

<style>
 a { background-color: #082DB8; }

 a { background-color: rgb(8,45,184); }

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

border-color css

<style>
 span { border-color: #082DB8; }

 span { border-color: rgb(8,45,184); }

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