Html Css Color HEX #082DBB International Klein Blue

📋 copy color: '#082DBB'

red 8 ◦ green 45 ◦ blue 187

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

Shades of International Klein Blue #082DBB

Tints of International Klein Blue #082DBB

RGB

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

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

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

R = 3.33%
G = 18.75%
B = 77.92%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#082DBB (or 0x082DBB) is known color: International Klein Blue. HEX triplet: 08, 2D and BB. RGB value is (8,45,187). Sum of RGB (Red+Green+Blue) = 8+45+187=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #082DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DBB is #F7D244. Grayscale: #313131. Windows color (decimal): -16241221 or 12266760. OLE color: 12266760.

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

Color convert

RGB 8 45 187 -
CMYK 0.96 0.76 0 0.27
HSL 227.6º 0.92% 0.38% -
HSV(B) 227.6º 0.96% 0.73% -
XYZ 10.01 5.52 47.55 -
YUV 50.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 8 45 187 0.96 0.76 0 0.27 227.6 0.92 0.38
Hex 8 2D BB 60 4C 0 1B E4 5C 26
Octal 10 55 273 140 114 0 33 344 134 46
Binary 1000 101101 10111011 1100000 1001100 0 11011 11100100 1011100 100110

Color Harmonies of #082DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DBB

Black with #082DBB

Text Example


Text Example

White with #082DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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