Html Css Color HEX #1E84CF Curious Blue

📋 copy color: '#1E84CF'

red 30 ◦ green 132 ◦ blue 207

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

Shades of Curious Blue #1E84CF

Tints of Curious Blue #1E84CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 8.13%
G = 35.77%
B = 56.1%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E84CF (or 0x1E84CF) is known color: Curious Blue. HEX triplet: 1E, 84 and CF. RGB value is (30,132,207). Sum of RGB (Red+Green+Blue) = 30+132+207=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E84CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E84CF is #E17B30. Grayscale: #6D6D6D. Windows color (decimal): -14777137 or 13599774. OLE color: 13599774.

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

Color convert

RGB 30 132 207 -
CMYK 0.86 0.36 0 0.19
HSL 205.42º 0.75% 0.46% -
HSV(B) 205.42º 0.86% 0.81% -
XYZ 20.05 21.28 62.08 -
YUV 110.05 182.71 70.9 -
System Red Green Blue C M Y K H S L
Decimal 30 132 207 0.86 0.36 0 0.19 205.42 0.75 0.46
Hex 1E 84 CF 56 24 0 13 CD 4B 2E
Octal 36 204 317 126 44 0 23 315 113 56
Binary 11110 10000100 11001111 1010110 100100 0 10011 11001101 1001011 101110

Color Harmonies of #1E84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E84CF

Black with #1E84CF

Text Example


Text Example

White with #1E84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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