Html Css Color HEX #082DAE International Klein Blue

📋 copy color: '#082DAE'

red 8 ◦ green 45 ◦ blue 174

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

Shades of International Klein Blue #082DAE

Tints of International Klein Blue #082DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 76.65%

R = 3.52%
G = 19.82%
B = 76.65%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#082DAE (or 0x082DAE) is known color: International Klein Blue. HEX triplet: 08, 2D and AE. RGB value is (8,45,174). Sum of RGB (Red+Green+Blue) = 8+45+174=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #082DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DAE is #F7D251. Grayscale: #303030. Windows color (decimal): -16241234 or 11414792. OLE color: 11414792.

HSL color Cylindrical-coordinate representation of color #082DAE: hue angle of 226.63º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082DAE is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 45 174 -
CMYK 0.95 0.74 0 0.32
HSL 226.63º 0.91% 0.36% -
HSV(B) 226.63º 0.95% 0.68% -
XYZ 8.68 4.98 40.55 -
YUV 48.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 8 45 174 0.95 0.74 0 0.32 226.63 0.91 0.36
Hex 8 2D AE 5F 4A 0 20 E3 5B 24
Octal 10 55 256 137 112 0 40 343 133 44
Binary 1000 101101 10101110 1011111 1001010 0 100000 11100011 1011011 100100

Color Harmonies of #082DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DAE

Black with #082DAE

Text Example


Text Example

White with #082DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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