Html Css Color HEX #2067EF Royal Blue

📋 copy color: '#2067EF'

red 32 ◦ green 103 ◦ blue 239

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

Shades of Royal Blue #2067EF

Tints of Royal Blue #2067EF

RGB

 RED value IS 32 (12.89% from 255) = 8.56%

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 8.56%
G = 27.54%
B = 63.9%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2067EF (or 0x2067EF) is known color: Royal Blue. HEX triplet: 20, 67 and EF. RGB value is (32,103,239). Sum of RGB (Red+Green+Blue) = 32+103+239=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #2067EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2067EF is #DF9810. Grayscale: #606060. Windows color (decimal): -14653457 or 15689504. OLE color: 15689504.

HSL color Cylindrical-coordinate representation of color #2067EF: hue angle of 219.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2067EF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 103 239 -
CMYK 0.87 0.57 0 0.06
HSL 219.42º 0.87% 0.53% -
HSV(B) 219.42º 0.87% 0.94% -
XYZ 21.03 16.24 83.69 -
YUV 97.28 207.98 81.44 -
System Red Green Blue C M Y K H S L
Decimal 32 103 239 0.87 0.57 0 0.06 219.42 0.87 0.53
Hex 20 67 EF 57 39 0 6 DB 57 35
Octal 40 147 357 127 71 0 6 333 127 65
Binary 100000 1100111 11101111 1010111 111001 0 110 11011011 1010111 110101

Color Harmonies of #2067EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2067EF

Black with #2067EF

Text Example


Text Example

White with #2067EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2067EF; }

 p { color: rgb(32,103,239); }

 H1.HeaderClassName
 {
   color: #2067EF;
 }
 .AnyTagClassName
 {
   color: #2067EF;
 }
</style>

background-color css

<style>
 a { background-color: #2067EF; }

 a { background-color: rgb(32,103,239); }

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

border-color css

<style>
 span { border-color: #2067EF; }

 span { border-color: rgb(32,103,239); }

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