Html Css Color HEX #1E4FC1 Cerulean Blue

📋 copy color: '#1E4FC1'

red 30 ◦ green 79 ◦ blue 193

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

Shades of Cerulean Blue #1E4FC1

Tints of Cerulean Blue #1E4FC1

RGB

 RED value IS 30 (12.11% from 255) = 9.93%

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 193 (75.78% from 255) = 63.91%

R = 9.93%
G = 26.16%
B = 63.91%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E4FC1 (or 0x1E4FC1) is known color: Cerulean Blue. HEX triplet: 1E, 4F and C1. RGB value is (30,79,193). Sum of RGB (Red+Green+Blue) = 30+79+193=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 193 (75.78% from 255 or 63.91% from 302); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E4FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4FC1 is #E1B03E. Grayscale: #4C4C4C. Windows color (decimal): -14790719 or 12668702. OLE color: 12668702.

HSL color Cylindrical-coordinate representation of color #1E4FC1: hue angle of 221.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4FC1 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 79 193 -
CMYK 0.84 0.59 0 0.24
HSL 221.96º 0.73% 0.44% -
HSV(B) 221.96º 0.84% 0.76% -
XYZ 12.96 9.72 51.64 -
YUV 77.35 193.27 94.23 -
System Red Green Blue C M Y K H S L
Decimal 30 79 193 0.84 0.59 0 0.24 221.96 0.73 0.44
Hex 1E 4F C1 54 3B 0 18 DE 49 2C
Octal 36 117 301 124 73 0 30 336 111 54
Binary 11110 1001111 11000001 1010100 111011 0 11000 11011110 1001001 101100

Color Harmonies of #1E4FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4FC1

Black with #1E4FC1

Text Example


Text Example

White with #1E4FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E4FC1; }

 p { color: rgb(30,79,193); }

 H1.HeaderClassName
 {
   color: #1E4FC1;
 }
 .AnyTagClassName
 {
   color: #1E4FC1;
 }
</style>

background-color css

<style>
 a { background-color: #1E4FC1; }

 a { background-color: rgb(30,79,193); }

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

border-color css

<style>
 span { border-color: #1E4FC1; }

 span { border-color: rgb(30,79,193); }

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