Html Css Color HEX #1E50CF Cerulean Blue

📋 copy color: '#1E50CF'

red 30 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #1E50CF

Tints of Cerulean Blue #1E50CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 9.46%
G = 25.24%
B = 65.3%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E50CF (or 0x1E50CF) is known color: Cerulean Blue. HEX triplet: 1E, 50 and CF. RGB value is (30,80,207). Sum of RGB (Red+Green+Blue) = 30+80+207=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E50CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E50CF is #E1AF30. Grayscale: #4E4E4E. Windows color (decimal): -14790449 or 13586462. OLE color: 13586462.

HSL color Cylindrical-coordinate representation of color #1E50CF: hue angle of 223.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E50CF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 80 207 -
CMYK 0.86 0.61 0 0.19
HSL 223.05º 0.75% 0.46% -
HSV(B) 223.05º 0.86% 0.81% -
XYZ 14.67 10.52 60.29 -
YUV 79.53 199.94 92.67 -
System Red Green Blue C M Y K H S L
Decimal 30 80 207 0.86 0.61 0 0.19 223.05 0.75 0.46
Hex 1E 50 CF 56 3D 0 13 DF 4B 2E
Octal 36 120 317 126 75 0 23 337 113 56
Binary 11110 1010000 11001111 1010110 111101 0 10011 11011111 1001011 101110

Color Harmonies of #1E50CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E50CF

Black with #1E50CF

Text Example


Text Example

White with #1E50CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,80,207); }

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

background-color css

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

 a { background-color: rgb(30,80,207); }

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

border-color css

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

 span { border-color: rgb(30,80,207); }

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