Html Css Color HEX #1E53CF Cerulean Blue

📋 copy color: '#1E53CF'

red 30 ◦ green 83 ◦ blue 207

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

Shades of Cerulean Blue #1E53CF

Tints of Cerulean Blue #1E53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 9.38%
G = 25.94%
B = 64.69%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E53CF (or 0x1E53CF) is known color: Cerulean Blue. HEX triplet: 1E, 53 and CF. RGB value is (30,83,207). Sum of RGB (Red+Green+Blue) = 30+83+207=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E53CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E53CF is #E1AC30. Grayscale: #505050. Windows color (decimal): -14789681 or 13587230. OLE color: 13587230.

HSL color Cylindrical-coordinate representation of color #1E53CF: hue angle of 222.03º 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 #1E53CF is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 83 207 -
CMYK 0.86 0.60 0 0.19
HSL 222.03º 0.75% 0.46% -
HSV(B) 222.03º 0.86% 0.81% -
XYZ 14.89 10.97 60.36 -
YUV 81.29 198.94 91.42 -
System Red Green Blue C M Y K H S L
Decimal 30 83 207 0.86 0.60 0 0.19 222.03 0.75 0.46
Hex 1E 53 CF 56 3C 0 13 DE 4B 2E
Octal 36 123 317 126 74 0 23 336 113 56
Binary 11110 1010011 11001111 1010110 111100 0 10011 11011110 1001011 101110

Color Harmonies of #1E53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E53CF

Black with #1E53CF

Text Example


Text Example

White with #1E53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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