Html Css Color HEX #082ABC International Klein Blue

📋 copy color: '#082ABC'

red 8 ◦ green 42 ◦ blue 188

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

Shades of International Klein Blue #082ABC

Tints of International Klein Blue #082ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

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

R = 3.36%
G = 17.65%
B = 78.99%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#082ABC (or 0x082ABC) is known color: International Klein Blue. HEX triplet: 08, 2A and BC. RGB value is (8,42,188). Sum of RGB (Red+Green+Blue) = 8+42+188=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #082ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ABC is #F7D543. Grayscale: #2F2F2F. Windows color (decimal): -16241988 or 12331528. OLE color: 12331528.

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

Color convert

RGB 8 42 188 -
CMYK 0.96 0.78 0 0.26
HSL 228.67º 0.92% 0.38% -
HSV(B) 228.67º 0.96% 0.74% -
XYZ 10.01 5.34 48.08 -
YUV 48.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 8 42 188 0.96 0.78 0 0.26 228.67 0.92 0.38
Hex 8 2A BC 60 4E 0 1A E5 5C 26
Octal 10 52 274 140 116 0 32 345 134 46
Binary 1000 101010 10111100 1100000 1001110 0 11010 11100101 1011100 100110

Color Harmonies of #082ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082ABC

Black with #082ABC

Text Example


Text Example

White with #082ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,42,188); }

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

background-color css

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

 a { background-color: rgb(8,42,188); }

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

border-color css

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

 span { border-color: rgb(8,42,188); }

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