Html Css Color HEX #082FB8 International Klein Blue

📋 copy color: '#082FB8'

red 8 ◦ green 47 ◦ blue 184

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

Shades of International Klein Blue #082FB8

Tints of International Klein Blue #082FB8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 3.35%
G = 19.67%
B = 76.99%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#082FB8 (or 0x082FB8) is known color: International Klein Blue. HEX triplet: 08, 2F and B8. RGB value is (8,47,184). Sum of RGB (Red+Green+Blue) = 8+47+184=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 184 (72.27% from 255 or 76.99% from 239); Max value from RGB is 184 - color contains mainly: blue. Hex color #082FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FB8 is #F7D047. Grayscale: #323232. Windows color (decimal): -16240712 or 12070664. OLE color: 12070664.

HSL color Cylindrical-coordinate representation of color #082FB8: hue angle of 226.7º 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 #082FB8 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 47 184 -
CMYK 0.96 0.74 0 0.28
HSL 226.7º 0.92% 0.38% -
HSV(B) 226.7º 0.96% 0.72% -
XYZ 9.77 5.55 45.9 -
YUV 50.96 203.08 97.36 -
System Red Green Blue C M Y K H S L
Decimal 8 47 184 0.96 0.74 0 0.28 226.7 0.92 0.38
Hex 8 2F B8 60 4A 0 1C E3 5C 26
Octal 10 57 270 140 112 0 34 343 134 46
Binary 1000 101111 10111000 1100000 1001010 0 11100 11100011 1011100 100110

Color Harmonies of #082FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FB8

Black with #082FB8

Text Example


Text Example

White with #082FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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