Html Css Color HEX #0414CE Medium Blue

📋 copy color: '#0414CE'

red 4 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #0414CE

Tints of Medium Blue #0414CE

RGB

 RED value IS 4 (1.95% from 255) = 1.74%

 GREEN value IS 20 (8.2% from 255) = 8.7%

 BLUE value IS 206 (80.86% from 255) = 89.57%

R = 1.74%
G = 8.7%
B = 89.57%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0414CE (or 0x0414CE) is known color: Medium Blue. HEX triplet: 04, 14 and CE. RGB value is (4,20,206). Sum of RGB (Red+Green+Blue) = 4+20+206=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 206 (80.86% from 255 or 89.57% from 230); Max value from RGB is 206 - color contains mainly: blue. Hex color #0414CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0414CE is #FBEB31. Grayscale: #232323. Windows color (decimal): -16509746 or 13505540. OLE color: 13505540.

HSL color Cylindrical-coordinate representation of color #0414CE: hue angle of 235.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0414CE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 20 206 -
CMYK 0.98 0.90 0 0.19
HSL 235.25º 0.96% 0.41% -
HSV(B) 235.25º 0.98% 0.81% -
XYZ 11.44 4.98 58.75 -
YUV 36.42 223.7 104.88 -
System Red Green Blue C M Y K H S L
Decimal 4 20 206 0.98 0.90 0 0.19 235.25 0.96 0.41
Hex 4 14 CE 62 5A 0 13 EB 60 29
Octal 4 24 316 142 132 0 23 353 140 51
Binary 100 10100 11001110 1100010 1011010 0 10011 11101011 1100000 101001

Color Harmonies of #0414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0414CE

Black with #0414CE

Text Example


Text Example

White with #0414CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0414CE; }

 p { color: rgb(4,20,206); }

 H1.HeaderClassName
 {
   color: #0414CE;
 }
 .AnyTagClassName
 {
   color: #0414CE;
 }
</style>

background-color css

<style>
 a { background-color: #0414CE; }

 a { background-color: rgb(4,20,206); }

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

border-color css

<style>
 span { border-color: #0414CE; }

 span { border-color: rgb(4,20,206); }

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